Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113584
b: refs/heads/master
c: 12f2b26
h: refs/heads/master
v: v3
  • Loading branch information
Barry Kasindorf authored and Ingo Molnar committed Jul 26, 2008
1 parent 3abe493 commit 58d59b2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 286f571837ba9d67625afd015366d79345abb414
refs/heads/master: 12f2b2610e812627acf338aaf043fef20bb726ca
4 changes: 4 additions & 0 deletions trunk/arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
model = &op_athlon_spec;
cpu_type = "x86-64/family10";
break;
case 0x11:
model = &op_athlon_spec;
cpu_type = "x86-64/family11h";
break;
}
break;

Expand Down

0 comments on commit 58d59b2

Please sign in to comment.