Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125914
b: refs/heads/master
c: c60e19e
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Dave Jones committed Dec 5, 2008
1 parent f8d7df0 commit 2d7333e
Show file tree
Hide file tree
Showing 2 changed files with 10 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: e088e4c9cdb618675874becb91b2fd581ee707e6
refs/heads/master: c60e19eb21d9a0fb0d78969884f32d88354abca9
9 changes: 9 additions & 0 deletions trunk/arch/x86/kernel/cpu/cpufreq/speedstep-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ static unsigned int pentium_core_get_frequency(void)
case 3:
fsb = 166667;
break;
case 2:
fsb = 200000;
break;
case 0:
fsb = 266667;
break;
case 4:
fsb = 333333;
break;
default:
printk(KERN_ERR "PCORE - MSR_FSB_FREQ undefined value");
}
Expand Down

0 comments on commit 2d7333e

Please sign in to comment.