diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-10-31 12:44:08 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-11-06 19:17:40 -0500 |
commit | 4e74663c5d7eefc1f953b9b0bdacab09917b4eac (patch) | |
tree | f5a7e4f1ae4530ea4d355587b80c4ac85f555e95 /include/asm-i386 | |
parent | e08f5f5bb5dfaaa28d69ffe37eb774533297657f (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')
-rw-r--r-- | include/asm-i386/msr.h | 2 |
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) #define MSR_P6_PERFCTR0 0xc1 #define MSR_P6_PERFCTR1 0xc2 +#define MSR_FSB_FREQ 0xcd + #define MSR_IA32_BBL_CR_CTL 0x119 |