diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index cb73c4da87fc..4c03ddccd681 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c | |||
@@ -337,7 +337,7 @@ void __cpuinit start_secondary(void) | |||
337 | 337 | ||
338 | if (nmi_watchdog == NMI_IO_APIC) { | 338 | if (nmi_watchdog == NMI_IO_APIC) { |
339 | disable_8259A_irq(0); | 339 | disable_8259A_irq(0); |
340 | enable_NMI_through_LVT0(NULL); | 340 | enable_NMI_through_LVT0(); |
341 | enable_8259A_irq(0); | 341 | enable_8259A_irq(0); |
342 | } | 342 | } |
343 | 343 | ||