Skip to content

Commit

Permalink
Revert "[CPUFREQ] speedstep-centrino should ignore upper performance …
Browse files Browse the repository at this point in the history
…control bits"

This reverts commit d7a1944.
  • Loading branch information
Dave Jones committed Nov 9, 2006
1 parent 6fdc2d0 commit 474a14d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy)
}

for (i=0; i<p->state_count; i++) {
/* clear high bits (set by some BIOSes) that are non-relevant and
problematic for this driver's MSR only frequency transition code */
p->states[i].control &= 0xffff;

if (p->states[i].control != p->states[i].status) {
dprintk("Different control (%llu) and status values (%llu)\n",
p->states[i].control, p->states[i].status);
Expand Down

0 comments on commit 474a14d

Please sign in to comment.