aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/msr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/msr.h')
-rw-r--r--include/asm-i386/msr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/msr.h b/include/asm-i386/msr.h
index 609a3899475c..3516a1fb38e0 100644
--- a/include/asm-i386/msr.h
+++ b/include/asm-i386/msr.h
@@ -83,6 +83,9 @@ static inline void wrmsrl (unsigned long msr, unsigned long long val)
83 : "c" (counter)) 83 : "c" (counter))
84#endif /* !CONFIG_PARAVIRT */ 84#endif /* !CONFIG_PARAVIRT */
85 85
86void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
87void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
88
86/* symbolic names for some interesting MSRs */ 89/* symbolic names for some interesting MSRs */
87/* Intel defined MSRs. */ 90/* Intel defined MSRs. */
88#define MSR_IA32_P5_MC_ADDR 0 91#define MSR_IA32_P5_MC_ADDR 0