Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39643
b: refs/heads/master
c: d7a1944
h: refs/heads/master
i:
  39641: 837a082
  39639: d09208f
v: v3
  • Loading branch information
Gary Hade authored and Dave Jones committed Nov 8, 2006
1 parent 7723e52 commit 11ec70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e74663c5d7eefc1f953b9b0bdacab09917b4eac
refs/heads/master: d7a1944e8da5e91859b98259189aaaa4d8b7fa07
4 changes: 4 additions & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@ 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 11ec70e

Please sign in to comment.