From: Kan Liang Date: Mon, 28 Sep 2020 12:30:42 +0000 (-0700) Subject: perf/x86/msr: Add Jasper Lake support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c3bb8a9fa31b99f5b7d2e45cd0a10db91349f4c9;p=linux.git perf/x86/msr: Add Jasper Lake support The Jasper Lake processor is also a Tremont microarchitecture. From the perspective of perf MSR, there is nothing changed compared with Elkhart Lake. Share the code path with Elkhart Lake. Signed-off-by: Kan Liang Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/1601296242-32763-2-git-send-email-kan.liang@linux.intel.com --- diff --git a/arch/x86/events/msr.c b/arch/x86/events/msr.c index a949f6f55991d..4be8f9cabd070 100644 --- a/arch/x86/events/msr.c +++ b/arch/x86/events/msr.c @@ -78,6 +78,7 @@ static bool test_intel(int idx, void *data) case INTEL_FAM6_ATOM_GOLDMONT_PLUS: case INTEL_FAM6_ATOM_TREMONT_D: case INTEL_FAM6_ATOM_TREMONT: + case INTEL_FAM6_ATOM_TREMONT_L: case INTEL_FAM6_XEON_PHI_KNL: case INTEL_FAM6_XEON_PHI_KNM: