]> git.hungrycats.org Git - linux/commitdiff
[CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver.
authorDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:23:34 +0000 (19:23 +0100)
committerDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:23:34 +0000 (19:23 +0100)
The current tables we had have been confirmed as safe by VIA.

arch/i386/kernel/cpu/cpufreq/longhaul.c

index 5696cf202e5096d7ff786ded114859c8dcd07943..17045502bef0de2ebf613d6604e0309b041afcf1 100644 (file)
@@ -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");