diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 63534a141b4e..adb179d3e0f8 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -384,7 +384,7 @@ static noinline void __init_refok rest_init(void) | |||
384 | init_idle_bootup_task(current); | 384 | init_idle_bootup_task(current); |
385 | schedule_preempt_disabled(); | 385 | schedule_preempt_disabled(); |
386 | /* Call into cpu_idle with preempt disabled */ | 386 | /* Call into cpu_idle with preempt disabled */ |
387 | cpu_idle(); | 387 | cpu_startup_entry(CPUHP_ONLINE); |
388 | } | 388 | } |
389 | 389 | ||
390 | /* Check for early params. */ | 390 | /* Check for early params. */ |