diff options
Diffstat (limited to 'arch/alpha/kernel/smp.c')
| -rw-r--r-- | arch/alpha/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 2f24447fef92..46bf263c3153 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c | |||
| @@ -168,7 +168,7 @@ smp_callin(void) | |||
| 168 | cpuid, current, current->active_mm)); | 168 | cpuid, current, current->active_mm)); |
| 169 | 169 | ||
| 170 | preempt_disable(); | 170 | preempt_disable(); |
| 171 | cpu_startup_entry(CPUHP_ONLINE); | 171 | cpu_startup_entry(CPUHP_AP_ONLINE_IDLE); |
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */ | 174 | /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */ |
