|
@@ -333,7 +333,7 @@ void secondary_start_kernel(void)
|
|
|
|
|
|
/* We are done with local CPU inits, unblock the boot CPU. */
|
|
/* We are done with local CPU inits, unblock the boot CPU. */
|
|
set_cpu_online(cpu, true);
|
|
set_cpu_online(cpu, true);
|
|
- cpu_startup_entry(CPUHP_ONLINE);
|
|
|
|
|
|
+ cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
|
|
}
|
|
}
|
|
|
|
|
|
void __init smp_prepare_boot_cpu(void)
|
|
void __init smp_prepare_boot_cpu(void)
|