aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/msr.h
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2006-10-31 12:44:08 -0500
committerDave Jones <davej@redhat.com>2006-11-06 19:17:40 -0500
commit4e74663c5d7eefc1f953b9b0bdacab09917b4eac (patch)
treef5a7e4f1ae4530ea4d355587b80c4ac85f555e95 /include/asm-i386/msr.h
parente08f5f5bb5dfaaa28d69ffe37eb774533297657f (diff)
[CPUFREQ] p4-clockmod: add more CPUs
Several more Intel CPUs are now capable using the p4-clockmod cpufreq driver. As it is of limited use most of the time, print a big bold warning if a better cpufreq driver might be available. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/asm-i386/msr.h')
-rw-r--r--include/asm-i386/msr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/msr.h b/include/asm-i386/msr.h
index 0aa15fc8d91..8c31887e1cf 100644
--- a/include/asm-i386/msr.h
+++ b/include/asm-i386/msr.h
@@ -95,6 +95,8 @@ static inline void wrmsrl (unsigned long msr, unsigned long long val)
95 95
96#define MSR_P6_PERFCTR0 0xc1 96#define MSR_P6_PERFCTR0 0xc1
97#define MSR_P6_PERFCTR1 0xc2 97#define MSR_P6_PERFCTR1 0xc2
98#define MSR_FSB_FREQ 0xcd
99
98 100
99#define MSR_IA32_BBL_CR_CTL 0x119 101#define MSR_IA32_BBL_CR_CTL 0x119
100 102