Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27453
b: refs/heads/master
c: 436fe7b
h: refs/heads/master
i:
  27451: daa4300
v: v3
  • Loading branch information
Dave Jones committed Jun 5, 2006
1 parent f0b7ae3 commit 1d9e193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: b10eec2246690f069febd3aa9578decd5ffb3f5b
refs/heads/master: 436fe7b8b4a5016ef1fcb32bff77bde84003e15d
5 changes: 1 addition & 4 deletions trunk/arch/i386/kernel/cpu/cpufreq/powernow-k7.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,7 @@ static int __init powernow_cpu_init (struct cpufreq_policy *policy)

rdmsrl (MSR_K7_FID_VID_STATUS, fidvidstatus.val);

/* recalibrate cpu_khz */
result = recalibrate_cpu_khz();
if (result)
return result;
recalibrate_cpu_khz();

fsb = (10 * cpu_khz) / fid_codes[fidvidstatus.bits.CFID];
if (!fsb) {
Expand Down

0 comments on commit 1d9e193

Please sign in to comment.