Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218654
b: refs/heads/master
c: e634147
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter committed Oct 15, 2010
1 parent 196c158 commit e4bfac8
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: 3acbf0849bcbb639fde53dc627e3b55a4c6429d2
refs/heads/master: e63414740e15b4e2dc54c63fb9ea501b257fb0b5
3 changes: 3 additions & 0 deletions trunk/arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
case 0x12:
cpu_type = "x86-64/family12h";
break;
case 0x14:
cpu_type = "x86-64/family14h";
break;
default:
return -ENODEV;
}
Expand Down

0 comments on commit e4bfac8

Please sign in to comment.