Commit 73b32bae authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver.

The current tables we had have been confirmed as safe by VIA.
parent 9446feaa
......@@ -445,12 +445,8 @@ static int __init longhaul_init (void)
return -ENODEV;
switch (c->x86_model) {
case 6 ... 7:
case 6 ... 8:
return cpufreq_register_driver(&longhaul_driver);
case 8:
printk (KERN_INFO PFX "Ezra-T unsupported: Waiting on updated docs "
"from VIA before this is usable.\n");
break;
case 9:
printk (KERN_INFO PFX "Nehemiah unsupported: Waiting on working silicon "
"from VIA before this is usable.\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