summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu
diff options
context:
space:
mode:
authorHiroshi Miura2006-10-18 05:59:33 +0200
committerDave Jones2006-10-18 06:12:07 +0200
commit8c6193684928407ea097f370778e3df7e971d957 (patch)
treed4021fc8afa99a7325f5c8b4f86b03795fe6c10e /arch/i386/kernel/cpu
parent[CPUFREQ] sc520_freq.c: ioremap balanced with iounmap (diff)
downloadkernel-qcow2-linux-8c6193684928407ea097f370778e3df7e971d957.tar.gz
kernel-qcow2-linux-8c6193684928407ea097f370778e3df7e971d957.tar.xz
kernel-qcow2-linux-8c6193684928407ea097f370778e3df7e971d957.zip
[CPUFREQ] Fix speedstep-smi CPU detection to not run on Pentium 4.
If someone inserts speedstep-smi on a mobile P4, it prevents other cpufreq modules from loading until it is unloaded. Signed-off-by: Hiroshi Miura <miura@da-cha.org> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386/kernel/cpu')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/speedstep-smi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c b/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
index c28333d53646..ff0d89806114 100644
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
@@ -360,9 +360,6 @@ static int __init speedstep_init(void)
case SPEEDSTEP_PROCESSOR_PIII_C:
case SPEEDSTEP_PROCESSOR_PIII_C_EARLY:
break;
- case SPEEDSTEP_PROCESSOR_P4M:
- printk(KERN_INFO "speedstep-smi: you're trying to use this cpufreq driver on a Pentium 4-based CPU. Most likely it will not work.\n");
- break;
default:
speedstep_processor = 0;
}