diff options
author | Dave Jones <davej@redhat.com> | 2006-12-17 19:07:35 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-17 19:07:35 -0500 |
commit | 8ec9822dd1851698a3d26599c3105c11124b2c0b (patch) | |
tree | d0334b53ae5984a4b0bb1291e1cd0d85fb2c6f00 | |
parent | a507ac4b01ed379a74eca5060f3553c4a4e5854c (diff) |
[CPUFREQ] Advise not to use longhaul on VIA C7.
C7's are centrino speedstep-alike.
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index c548daad3476..e80a7d28d906 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
@@ -787,8 +787,9 @@ static int __init longhaul_init(void) | |||
787 | switch (c->x86_model) { | 787 | switch (c->x86_model) { |
788 | case 6 ... 9: | 788 | case 6 ... 9: |
789 | return cpufreq_register_driver(&longhaul_driver); | 789 | return cpufreq_register_driver(&longhaul_driver); |
790 | case 10: | ||
791 | printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n"); | ||
790 | default: | 792 | default: |
791 | printk (KERN_INFO PFX "Unknown VIA CPU. Contact davej@codemonkey.org.uk\n"); | ||
792 | } | 793 | } |
793 | 794 | ||
794 | return -ENODEV; | 795 | return -ENODEV; |