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 ea73e1eb361c..12c366944dbd 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -386,7 +386,7 @@ static noinline void __init_refok rest_init(void) | |||
386 | init_idle_bootup_task(current); | 386 | init_idle_bootup_task(current); |
387 | schedule_preempt_disabled(); | 387 | schedule_preempt_disabled(); |
388 | /* Call into cpu_idle with preempt disabled */ | 388 | /* Call into cpu_idle with preempt disabled */ |
389 | cpu_idle(); | 389 | cpu_startup_entry(CPUHP_ONLINE); |
390 | } | 390 | } |
391 | 391 | ||
392 | /* Check for early params. */ | 392 | /* Check for early params. */ |