Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62479
b: refs/heads/master
c: 398cf2a
h: refs/heads/master
i:
  62477: f531c54
  62475: 240bf17
  62471: 5b94a3f
  62463: 02837fb
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 22, 2007
1 parent 005a46a commit bff50fd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0bd8acd1a7fbb5492c1de8af271b6964a7fd5274
refs/heads/master: 398cf2abdb51fc96bc08f2a007b1aa25ba6adfba
3 changes: 3 additions & 0 deletions trunk/arch/i386/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c)

switch (c->x86) {
case 15:
/* Use K8 tuning for Fam10h and Fam11h */
case 0x10:
case 0x11:
set_bit(X86_FEATURE_K8, c->x86_capability);
break;
case 6:
Expand Down

0 comments on commit bff50fd

Please sign in to comment.