Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ec9822dd1851698a3d26599c3105c11124b2c0b
Commit:     8ec9822dd1851698a3d26599c3105c11124b2c0b
Parent:     a507ac4b01ed379a74eca5060f3553c4a4e5854c
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 17 19:07:35 2006 -0500
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Sun Dec 17 19:07:35 2006 -0500

    [CPUFREQ] Advise not to use longhaul on VIA C7.
    
    C7's are centrino speedstep-alike.
    
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 arch/i386/kernel/cpu/cpufreq/longhaul.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c 
b/arch/i386/kernel/cpu/cpufreq/longhaul.c
index c548daa..e80a7d2 100644
--- a/arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c
@@ -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 [EMAIL 
PROTECTED]");
        }
 
        return -ENODEV;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to