x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFERRED...
[linux-2.6-block.git] / arch / x86 / include / asm / mce.h
index 276392f121fb98f95dd88cce1730006d77e101f3..51b26e895933cddc06e90904e11471ee4c3f998b 100644 (file)
 #define MCI_STATUS_S    (1ULL<<56)  /* Signaled machine check */
 #define MCI_STATUS_AR   (1ULL<<55)  /* Action required */
 
+/* AMD-specific bits */
+#define MCI_STATUS_DEFERRED    (1ULL<<44)  /* declare an uncorrected error */
+#define MCI_STATUS_POISON      (1ULL<<43)  /* access poisonous data */
+
 /*
  * Note that the full MCACOD field of IA32_MCi_STATUS MSR is
  * bits 15:0.  But bit 12 is the 'F' bit, defined for corrected