aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 22da33918aef..d2f1e086bf33 100644
--- a/init/main.c
+++ b/init/main.c
@@ -504,6 +504,7 @@ 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();