x86/mce: Move MCx_CONFIG MSR definitions
[deliverable/linux.git] / arch / x86 / include / asm / mce.h
index 2ea4527e462f133398f178a885a4b920892cd3f5..80ba0a8d6d0625d488fcf433c389edea8206d661 100644 (file)
 #define MCE_LOG_LEN 32
 #define MCE_LOG_SIGNATURE      "MACHINECHECK"
 
+/* AMD Scalable MCA */
+#define MSR_AMD64_SMCA_MC0_CONFIG      0xc0002004
+#define MSR_AMD64_SMCA_MCx_CONFIG(x)   (MSR_AMD64_SMCA_MC0_CONFIG + 0x10*(x))
+
 /*
  * This structure contains all data related to the MCE log.  Also
  * carries a signature to make it easier to find from external
This page took 0.043839 seconds and 5 git commands to generate.