|
@@ -2302,7 +2302,7 @@ static void lapic_resume(void)
|
|
|
apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
|
|
|
apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
|
|
|
apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
|
|
|
-#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)
|
|
|
+#if defined(CONFIG_X86_MCE_INTEL)
|
|
|
if (maxlvt >= 5)
|
|
|
apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
|
|
|
#endif
|