Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312217
b: refs/heads/master
c: 47a8863
h: refs/heads/master
i:
  312215: ad09943
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 6, 2012
1 parent b03f4ae commit b0b3d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0780c927a02492f917a74f51f3c801c76a637c57
refs/heads/master: 47a8863dbb11745446314ca126593789ab74d93a
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/perf_event_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1909,8 +1909,9 @@ __init int intel_pmu_init(void)
break;

case 42: /* SandyBridge */
x86_add_quirk(intel_sandybridge_quirk);
case 45: /* SandyBridge, "Romely-EP" */
x86_add_quirk(intel_sandybridge_quirk);
case 58: /* IvyBridge */
memcpy(hw_cache_event_ids, snb_hw_cache_event_ids,
sizeof(hw_cache_event_ids));

Expand Down

0 comments on commit b0b3d53

Please sign in to comment.