|
@@ -187,7 +187,7 @@ static void __init apic_intr_init(void)
|
|
|
#ifdef CONFIG_X86_THERMAL_VECTOR
|
|
|
alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
|
|
|
#endif
|
|
|
-#ifdef CONFIG_X86_THRESHOLD
|
|
|
+#ifdef CONFIG_X86_MCE_THRESHOLD
|
|
|
alloc_intr_gate(THRESHOLD_APIC_VECTOR, threshold_interrupt);
|
|
|
#endif
|
|
|
#if defined(CONFIG_X86_NEW_MCE) && defined(CONFIG_X86_LOCAL_APIC)
|