aboutsummaryrefslogtreecommitdiff
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 f5f12c676..cf418ebb6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -372,6 +372,7 @@ static noinline void __init_refok rest_init(void)
const struct sched_param param = { .sched_priority = 1 };
rcu_scheduler_starting();
+ smpboot_thread_init();
/*
* We need to spawn init first so that it obtains pid 1, however
* the init task will end up wanting to create kthreads, which, if