Commit 2eb9a24d authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Scaling on VIA C3 Nehemiah works now.

So remove the warning printk.
parent 5768f143
......@@ -559,12 +559,8 @@ static int __init longhaul_init (void)
return -ENODEV;
switch (c->x86_model) {
case 6 ... 8:
case 6 ... 9:
return cpufreq_register_driver(&longhaul_driver);
case 9:
printk (KERN_INFO PFX "Nehemiah unsupported: Waiting on working silicon "
"from VIA before this is usable.\n");
break;
default:
printk (KERN_INFO PFX "Unknown VIA CPU. Contact davej@codemonkey.org.uk\n");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment