x86, mce: enable MCE_INTEL for 32bit new MCE
[deliverable/linux.git] / arch / x86 / kernel / irqinit_32.c
index 368b0a8836f902be69531754a72fb75e7b9a4e24..2512ad93dabf227187e68601cbad48161b32f298 100644 (file)
@@ -181,11 +181,15 @@ void __init native_init_IRQ(void)
        alloc_intr_gate(ERROR_APIC_VECTOR, error_interrupt);
 #endif
 
-#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_MCE_P4THERMAL)
+#ifdef CONFIG_X86_THERMAL_VECTOR
        /* thermal monitor LVT interrupt */
        alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
 #endif
 
+#ifdef CONFIG_X86_MCE_THRESHOLD
+       alloc_intr_gate(THRESHOLD_APIC_VECTOR, threshold_interrupt);
+#endif
+
        if (!acpi_ioapic)
                setup_irq(2, &irq2);
 
This page took 0.091636 seconds and 5 git commands to generate.