Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245656
b: refs/heads/master
c: 865be7a
h: refs/heads/master
v: v3
  • Loading branch information
Ondrej Zary authored and H. Peter Anvin committed May 16, 2011
1 parent 0618219 commit 5110a1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: eecaaba5b2e4ae762b4726fae2e3b22630e137ec
refs/heads/master: 865be7a81071a77014c83cd01536c989eed362b4
10 changes: 4 additions & 6 deletions trunk/arch/x86/kernel/cpu/intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,10 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)

switch (c->x86_model) {
case 5:
if (c->x86_mask == 0) {
if (l2 == 0)
p = "Celeron (Covington)";
else if (l2 == 256)
p = "Mobile Pentium II (Dixon)";
}
if (l2 == 0)
p = "Celeron (Covington)";
else if (l2 == 256)
p = "Mobile Pentium II (Dixon)";
break;

case 6:
Expand Down

0 comments on commit 5110a1c

Please sign in to comment.