x86, mce, severity: Fix two severities table signatures
[cascardo/linux.git] / arch / x86 / kernel / cpu / mcheck / mce-severity.c
index 1e8d66c..352d16a 100644 (file)
@@ -69,8 +69,6 @@ static struct severity {
        MCGMASK(MCG_STATUS_RIPV, 0, PANIC, "In kernel and no restart IP",
                KERNEL),
        BITCLR(MCI_STATUS_UC, KEEP, "Corrected error", NOSER),
-       MASK(MCI_STATUS_OVER|MCI_STATUS_UC|MCI_STATUS_EN, MCI_STATUS_UC, SOME,
-            "Spurious not enabled", SER),
 
        /* ignore OVER for UCNA */
        MASK(MCI_UC_SAR, MCI_STATUS_UC, KEEP,
@@ -82,7 +80,7 @@ static struct severity {
        /* AR add known MCACODs here */
        MASK(MCI_STATUS_OVER|MCI_UC_SAR, MCI_STATUS_OVER|MCI_UC_SAR, PANIC,
             "Action required with lost events", SER),
-       MASK(MCI_STATUS_OVER|MCI_UC_SAR|MCACOD, MCI_UC_SAR, PANIC,
+       MASK(MCI_STATUS_OVER|MCI_UC_SAR, MCI_UC_SAR, PANIC,
             "Action required; unknown MCACOD", SER),
 
        /* known AO MCACODs: */