x86: adjust enable_NMI_through_LVT0()
[deliverable/linux.git] / arch / x86 / kernel / smpboot_64.c
index cb73c4da87fcdbea1d360dac13898bc66df4fb72..4c03ddccd6812829b51e0f8946b4a59fc14bf92d 100644 (file)
@@ -337,7 +337,7 @@ void __cpuinit start_secondary(void)
 
        if (nmi_watchdog == NMI_IO_APIC) {
                disable_8259A_irq(0);
-               enable_NMI_through_LVT0(NULL);
+               enable_NMI_through_LVT0();
                enable_8259A_irq(0);
        }
 
This page took 0.028056 seconds and 5 git commands to generate.