summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-07-28 21:52:09 +0000
committerjhb <jhb@FreeBSD.org>2010-07-28 21:52:09 +0000
commit1e88e37ddc5c0145f7fc505a213d255161668879 (patch)
tree8c147acec3f044b75bf2ecf7d2f7af9ebd711c91 /sys/amd64/include/specialreg.h
parent2c62af124970e6d13dad774ae28f65378d034b8c (diff)
downloadFreeBSD-src-1e88e37ddc5c0145f7fc505a213d255161668879.zip
FreeBSD-src-1e88e37ddc5c0145f7fc505a213d255161668879.tar.gz
The corrected error count field is dependent on CMCI, not TES.
MFC after: 1 week
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 4e19d8e..91a1ebf 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -372,10 +372,10 @@
#define MC_STATUS_MCA_ERROR 0x000000000000ffff
#define MC_STATUS_MODEL_ERROR 0x00000000ffff0000
#define MC_STATUS_OTHER_INFO 0x01ffffff00000000
-#define MC_STATUS_COR_COUNT 0x001fffc000000000 /* If MCG_CAP_TES_P */
+#define MC_STATUS_COR_COUNT 0x001fffc000000000 /* If MCG_CAP_CMCI_P */
#define MC_STATUS_TES_STATUS 0x0060000000000000 /* If MCG_CAP_TES_P */
-#define MC_STATUS_AR 0x0080000000000000 /* If MCG_CAP_CMCI_P */
-#define MC_STATUS_S 0x0100000000000000 /* If MCG_CAP_CMCI_P */
+#define MC_STATUS_AR 0x0080000000000000 /* If MCG_CAP_TES_P */
+#define MC_STATUS_S 0x0100000000000000 /* If MCG_CAP_TES_P */
#define MC_STATUS_PCC 0x0200000000000000
#define MC_STATUS_ADDRV 0x0400000000000000
#define MC_STATUS_MISCV 0x0800000000000000
OpenPOWER on IntegriCloud