Commit 2878bb16 authored by Dominik Brodowski's avatar Dominik Brodowski Committed by Kai Germaschewski

[PATCH] cpufreq: new p4-m stepping 7

Add support for mobile Pentium IV processors with stepping 7.
parent ac3bccb0
......@@ -447,7 +447,7 @@ static unsigned int speedstep_detect_processor (void)
if (c->x86_model != 2)
return 0;
if (c->x86_mask != 4)
if ((c->x86_mask != 4) && (c->x86_mask != 7))
return 0;
ebx = cpuid_ebx(0x00000001);
......
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