diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index e8d8f0d99..01df23fc8 100644 --- a/init/main.c +++ b/init/main.c @@ -596,6 +596,7 @@ asmlinkage void __init start_kernel(void) * make syscalls (and thus be locked). */ smp_init(); + kmem_cpucache_init(); kernel_thread(init, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); unlock_kernel(); current->need_resched = 1; |