]> Git Repo - linux.git/commitdiff
perf/x86: Add Haswell ULT model number used in Macbook Air and other systems
authorAndi Kleen <[email protected]>
Fri, 9 Aug 2013 00:26:23 +0000 (17:26 -0700)
committerIngo Molnar <[email protected]>
Mon, 12 Aug 2013 10:19:58 +0000 (12:19 +0200)
This one was missed earlier.

Signed-off-by: Andi Kleen <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/perf_event_intel.c

index fbc9210b45bcbe62fd2c1b765a46701c2eb21212..a45d8d4ace1016b2ea7903569c6cacb43884df20 100644 (file)
@@ -2270,6 +2270,7 @@ __init int intel_pmu_init(void)
        case 70:
        case 71:
        case 63:
+       case 69:
                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));
This page took 0.04993 seconds and 4 git commands to generate.