aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/msr-index.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-06-09 17:11:13 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-10 15:52:07 +0200
commitaa83f3f2cfc74d66d01b1d2eb1485ea1103a0f4e (patch)
tree19887cba6f901b8e3a5d20080c5e74ef671fba4c /include/asm-x86/msr-index.h
parent6ddd2a27948f0bd02a2ad001e8a6816898eba0dc (diff)
x86: cleanup C1E enabled detection
Rename the "MSR_K8_ENABLE_C1E" MSR to INT_PENDING_MSG, which is the name in the data sheet as well. Move the C1E mask to the header file. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/msr-index.h')
-rw-r--r--include/asm-x86/msr-index.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-x86/msr-index.h b/include/asm-x86/msr-index.h
index 09413ad39d3..44bce773012 100644
--- a/include/asm-x86/msr-index.h
+++ b/include/asm-x86/msr-index.h
@@ -111,7 +111,9 @@
#define MSR_K8_TOP_MEM2 0xc001001d
#define MSR_K8_SYSCFG 0xc0010010
#define MSR_K8_HWCR 0xc0010015
-#define MSR_K8_ENABLE_C1E 0xc0010055
+#define MSR_K8_INT_PENDING_MSG 0xc0010055
+/* C1E active bits in int pending message */
+#define K8_INTP_C1E_ACTIVE_MASK 0x18000000
#define MSR_K8_TSEG_ADDR 0xc0010112
#define K8_MTRRFIXRANGE_DRAM_ENABLE 0x00040000 /* MtrrFixDramEn bit */
#define K8_MTRRFIXRANGE_DRAM_MODIFY 0x00080000 /* MtrrFixDramModEn bit */