Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48642
b: refs/heads/master
c: b6f45a4
h: refs/heads/master
v: v3
  • Loading branch information
Rafa� Bilski authored and Dave Jones committed Feb 14, 2007
1 parent 35cc3d6 commit b06593a
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: bd0561c9d8dcbf21cd9aa46c416bbf6a3a12e4b1
refs/heads/master: b6f45a4b071d77777d70e097d429273aeedff717
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/e_powersaver.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static int eps_cpu_init(struct cpufreq_policy *policy)

/* Fill frequency and MSR value table */
f_table = &centaur->freq_table[0];
if (brand == EPS_BRAND_EDEN) {
if (brand != EPS_BRAND_C7M) {
f_table[0].frequency = fsb * min_multiplier;
f_table[0].index = (min_multiplier << 8) | min_voltage;
f_table[1].frequency = fsb * max_multiplier;
Expand Down

0 comments on commit b06593a

Please sign in to comment.