Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48639
b: refs/heads/master
c: e57501c
h: refs/heads/master
i:
  48637: d82c0e2
  48635: fafb4b8
  48631: 1fbd48e
  48623: 4f90150
  48607: 86e2955
  48575: 949a613
  48511: dfc84b3
  48383: d4416ff
  48127: 80eb318
v: v3
  • Loading branch information
Rafa� Bilski authored and Dave Jones committed Feb 11, 2007
1 parent 5803b81 commit 547d7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c18a1483f478adbeb4cc7148db22c4a9c10aaee3
refs/heads/master: e57501c15f48d6b7a8fe2b023be8f4779484482d
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,15 +636,15 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
switch (c->x86_mask) {
case 0 ... 1:
cpu_model = CPU_NEHEMIAH;
cpuname = "C3 'Nehemiah A' [C5N]";
cpuname = "C3 'Nehemiah A' [C5XLOE]";
break;
case 2 ... 4:
cpu_model = CPU_NEHEMIAH;
cpuname = "C3 'Nehemiah B' [C5N]";
cpuname = "C3 'Nehemiah B' [C5XLOH]";
break;
case 5 ... 15:
cpu_model = CPU_NEHEMIAH_C;
cpuname = "C3 'Nehemiah C' [C5N]";
cpuname = "C3 'Nehemiah C' [C5P]";
break;
}
break;
Expand Down

0 comments on commit 547d7c1

Please sign in to comment.