Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145970
b: refs/heads/master
c: 6adf406
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Robert Richter committed May 8, 2009
1 parent 88d0e40 commit 80181c5
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 1f3d7b60691993d8d368d8dd7d5d85871d41e8f5
refs/heads/master: 6adf406f0a0eaf37251018d15f51e93f5b538ee6
7 changes: 7 additions & 0 deletions trunk/arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,13 @@ static int __init ppro_init(char **cpu_type)
case 15: case 23:
*cpu_type = "i386/core_2";
break;
case 26:
arch_perfmon_setup_counters();
*cpu_type = "i386/core_i7";
break;
case 28:
*cpu_type = "i386/atom";
break;
default:
/* Unknown */
return 0;
Expand Down

0 comments on commit 80181c5

Please sign in to comment.