Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
	}