arch/hotplug: Call into idle with a proper state
[cascardo/linux.git] / arch / alpha / kernel / smp.c
index 2f24447..46bf263 100644 (file)
@@ -168,7 +168,7 @@ smp_callin(void)
              cpuid, current, current->active_mm));
 
        preempt_disable();
-       cpu_startup_entry(CPUHP_ONLINE);
+       cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
 }
 
 /* Wait until hwrpb->txrdy is clear for cpu.  Return -1 on timeout.  */