Skip to content

Commit

Permalink
[CPUFREQ] Advise not to use longhaul on VIA C7.
Browse files Browse the repository at this point in the history
C7's are centrino speedstep-alike.

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Dec 18, 2006
1 parent a507ac4 commit 8ec9822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,9 @@ static int __init longhaul_init(void)
switch (c->x86_model) {
case 6 ... 9:
return cpufreq_register_driver(&longhaul_driver);
case 10:
printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
default:
printk (KERN_INFO PFX "Unknown VIA CPU. Contact davej@codemonkey.org.uk\n");
}

return -ENODEV;
Expand Down

0 comments on commit 8ec9822

Please sign in to comment.