aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 48df882d51d2..d2f1e086bf33 100644
--- a/init/main.c
+++ b/init/main.c
@@ -504,11 +504,14 @@ asmlinkage void __init start_kernel(void)
504 * These use large bootmem allocations and must precede 504 * These use large bootmem allocations and must precede
505 * kmem_cache_init() 505 * kmem_cache_init()
506 */ 506 */
507 setup_log_buf(0);
507 pidhash_init(); 508 pidhash_init();
508 vfs_caches_init_early(); 509 vfs_caches_init_early();
509 sort_main_extable(); 510 sort_main_extable();
510 trap_init(); 511 trap_init();
511 mm_init(); 512 mm_init();
513 BUG_ON(mm_init_cpumask(&init_mm, 0));
514
512 /* 515 /*
513 * Set up the scheduler prior starting any interrupts (such as the 516 * Set up the scheduler prior starting any interrupts (such as the
514 * timer interrupt). Full topology setup happens at smp_init() 517 * timer interrupt). Full topology setup happens at smp_init()