diff --git a/init/main.c b/init/main.c index 4a9479e..e57d6a7 100644 --- a/init/main.c +++ b/init/main.c @@ -508,6 +508,7 @@ asmlinkage void __init start_kernel(void) vfs_caches_init_early(); sort_main_extable(); trap_init(); + check_bugs(); mm_init(); /* * Set up the scheduler prior starting any interrupts (such as the @@ -614,8 +615,6 @@ asmlinkage void __init start_kernel(void) taskstats_init_early(); delayacct_init(); - check_bugs(); - acpi_early_init(); /* before LAPIC and SMP init */ sfi_init_late();