summaryrefslogtreecommitdiff
path: root/arch/x86/machine/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r--arch/x86/machine/boot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c
index 9f6f4b05..692db0ad 100644
--- a/arch/x86/machine/boot.c
+++ b/arch/x86/machine/boot.c
@@ -65,7 +65,6 @@
#include <machine/trap.h>
#include <vm/vm_kmem.h>
#include <vm/vm_page.h>
-#include <vm/vm_phys.h>
#include <vm/vm_setup.h>
/*
@@ -278,7 +277,7 @@ boot_main(void)
vm_setup();
boot_save_data();
biosmem_free_usable();
- vm_phys_info();
+ vm_page_info();
pic_setup();
pit_setup();
cpu_mp_setup();