aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 86f7edcd0438..a02e80c3c54b 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -326,6 +326,7 @@ notrace static void __cpuinit start_secondary(void *unused)
326 unlock_vector_lock(); 326 unlock_vector_lock();
327 ipi_call_unlock(); 327 ipi_call_unlock();
328 per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; 328 per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
329 x86_platform.nmi_init();
329 330
330 /* enable local interrupts */ 331 /* enable local interrupts */
331 local_irq_enable(); 332 local_irq_enable();