summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index c2ea72362ee3..55563fd36be3 100644
--- a/init/main.c
+++ b/init/main.c
@@ -388,7 +388,6 @@ static noinline void __init_refok rest_init(void)
388 int pid; 388 int pid;
389 389
390 rcu_scheduler_starting(); 390 rcu_scheduler_starting();
391 smpboot_thread_init();
392 /* 391 /*
393 * We need to spawn init first so that it obtains pid 1, however 392 * We need to spawn init first so that it obtains pid 1, however
394 * the init task will end up wanting to create kthreads, which, if 393 * the init task will end up wanting to create kthreads, which, if