Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310603
b: refs/heads/master
c: b6db437
h: refs/heads/master
i:
  310601: 84f44aa
  310599: a862e0d
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 6, 2012
1 parent a26f2b9 commit d690fc3
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: cccb9ba9e4ee0d750265f53de9258df69655c40b
refs/heads/master: b6db437ba8322f5cee0bd355ad2ef9f73c413754
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 d690fc3

Please sign in to comment.