|
@@ -2692,8 +2692,8 @@ __init int intel_pmu_init(void)
|
|
|
case 69: /* 22nm Haswell ULT */
|
|
|
case 70: /* 22nm Haswell + GT3e (Intel Iris Pro graphics) */
|
|
|
x86_pmu.late_ack = true;
|
|
|
- memcpy(hw_cache_event_ids, snb_hw_cache_event_ids, sizeof(hw_cache_event_ids));
|
|
|
- memcpy(hw_cache_extra_regs, snb_hw_cache_extra_regs, sizeof(hw_cache_extra_regs));
|
|
|
+ memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids));
|
|
|
+ memcpy(hw_cache_extra_regs, hsw_hw_cache_extra_regs, sizeof(hw_cache_extra_regs));
|
|
|
|
|
|
intel_pmu_lbr_init_snb();
|
|
|
|