Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1500369
| From | Piotr Luc <piotr.luc@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH 09/11] perf/x86/intel/uncore: Add Knights Mill CPUID |
| Date | 2016-10-13 17:40 +0200 |
| Message-ID | <srQgW-5jv-29@gated-at.bofh.it> (permalink) |
| References | <srQgV-5jv-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add Knights Mill (KNM) to the list of CPUIDs supported by PMU.
Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
---
This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights Mill
to Intel family
arch/x86/events/intel/uncore.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/events/intel/uncore.c b/arch/x86/events/intel/uncore.c
index 463dc7a..25acb30 100644
--- a/arch/x86/events/intel/uncore.c
+++ b/arch/x86/events/intel/uncore.c
@@ -1341,6 +1341,7 @@ static const struct x86_cpu_id intel_uncore_match[] __initconst = {
X86_UNCORE_MODEL_MATCH(INTEL_FAM6_BROADWELL_X, bdx_uncore_init),
X86_UNCORE_MODEL_MATCH(INTEL_FAM6_BROADWELL_XEON_D, bdx_uncore_init),
X86_UNCORE_MODEL_MATCH(INTEL_FAM6_XEON_PHI_KNL, knl_uncore_init),
+ X86_UNCORE_MODEL_MATCH(INTEL_FAM6_XEON_PHI_KNM, knl_uncore_init),
X86_UNCORE_MODEL_MATCH(INTEL_FAM6_SKYLAKE_DESKTOP,skl_uncore_init),
X86_UNCORE_MODEL_MATCH(INTEL_FAM6_SKYLAKE_MOBILE, skl_uncore_init),
{},
--
2.10.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND PATCH 00/11] Add Knights Mill CPU ID Piotr Luc <piotr.luc@intel.com> - 2016-10-13 17:40 +0200
[PATCH v2 02/11] tools/power turbostat: Use Intel family processor macros Piotr Luc <piotr.luc@intel.com> - 2016-10-13 17:40 +0200
Re: [PATCH v2 02/11] tools/power turbostat: Use Intel family processor macros Thomas Gleixner <tglx@linutronix.de> - 2016-10-14 14:10 +0200
Re: [PATCH v2 02/11] tools/power turbostat: Use Intel family processor macros "Luc, Piotr" <Piotr.Luc@intel.com> - 2016-10-24 15:20 +0200
[RESEND PATCH 04/11] x86/intel_idle: Add Knights Mill CPUID Piotr Luc <piotr.luc@intel.com> - 2016-10-13 17:40 +0200
Re: [RESEND,04/11] x86/intel_idle: Add Knights Mill CPUID "Luc, Piotr" <Piotr.Luc@intel.com> - 2016-10-25 12:40 +0200
[RESEND PATCH 09/11] perf/x86/intel/uncore: Add Knights Mill CPUID Piotr Luc <piotr.luc@intel.com> - 2016-10-13 17:40 +0200
[RESEND PATCH 08/11] perf/x86/intel/rapl: Add Knights Mill CPUID Piotr Luc <piotr.luc@intel.com> - 2016-10-13 17:40 +0200
Re: [RESEND PATCH 00/11] Add Knights Mill CPU ID "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-10-14 00:00 +0200
Re: [RESEND PATCH 00/11] Add Knights Mill CPU ID "Luc, Piotr" <Piotr.Luc@intel.com> - 2016-10-24 18:20 +0200
csiph-web