diff options
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index afa4edce..0e98efaf 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -65,7 +65,6 @@ #include <machine/strace.h> #include <machine/trap.h> #include <vm/vm_kmem.h> -#include <vm/vm_page.h> #include <vm/vm_setup.h> char boot_stacks[MAX_CPUS][BOOT_STACK_SIZE] __aligned(DATA_ALIGN) __initdata; @@ -280,7 +279,6 @@ boot_main(void) vm_setup(); boot_save_data(); biosmem_free_usable(); - vm_page_info(); pic_setup(); pit_setup(); cpu_mp_probe(); |