Commit 8c619368 authored by Hiroshi Miura's avatar Hiroshi Miura Committed by Dave Jones

[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: default avatarHiroshi Miura <miura@da-cha.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 3e74341c
......@@ -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;
}
......
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