aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2013-08-08 17:26:23 -0700
committerIngo Molnar <mingo@kernel.org>2013-08-12 12:19:58 +0200
commit0499bd867bd17c0a88963551a1583b8efc7b03d7 (patch)
treea55ccf700e6453338b536161228024c047cbc205
parentperf/x86: Fix intel QPI uncore event definitions (diff)
downloadlinux-dev-0499bd867bd17c0a88963551a1583b8efc7b03d7.tar.xz
linux-dev-0499bd867bd17c0a88963551a1583b8efc7b03d7.zip
perf/x86: Add Haswell ULT model number used in Macbook Air and other systems
This one was missed earlier. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1376007983-31616-1-git-send-email-andi@firstfloor.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--arch/x86/kernel/cpu/perf_event_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index fbc9210b45bc..a45d8d4ace10 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -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));