diff options
Diffstat (limited to 'drivers/cpufreq/p4-clockmod.c')
| -rw-r--r-- | drivers/cpufreq/p4-clockmod.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c index fd77812313f3..a25741b1281b 100644 --- a/drivers/cpufreq/p4-clockmod.c +++ b/drivers/cpufreq/p4-clockmod.c @@ -168,7 +168,7 @@ static int cpufreq_p4_cpu_init(struct cpufreq_policy *policy)  #endif  	/* Errata workaround */ -	cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask; +	cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping;  	switch (cpuid) {  	case 0x0f07:  	case 0x0f0a:  | 

