Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10058
b: refs/heads/master
c: 63172cb
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Oct 22, 2005
1 parent ce91b8f commit e984a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25f407f0b668f5e4ebd5d13e1fb4306ba6427ead
refs/heads/master: 63172cb3d5ef762dcb60a292bc7f016b85cf6e1f
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static int write_new_fid(struct powernow_k8_data *data, u32 fid)
wrmsr(MSR_FIDVID_CTL, lo, data->plllock * PLL_LOCK_CONVERSION);
if (i++ > 100) {
printk(KERN_ERR PFX "internal error - pending bit very stuck - no further pstate changes possible\n");
retrun 1;
return 1;
}
} while (query_current_values_with_pending_wait(data));

Expand Down

0 comments on commit e984a5a

Please sign in to comment.