提交 8ec9822d 编写于 作者: D Dave Jones

[CPUFREQ] Advise not to use longhaul on VIA C7.

C7's are centrino speedstep-alike.
Signed-off-by: NDave Jones <davej@redhat.com>
上级 a507ac4b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册