Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391550

[PATCH] x86, perf: Add model numbers for Kabylake CPUs

From Andi Kleen <andi@firstfloor.org>
Newsgroups linux.kernel
Subject [PATCH] x86, perf: Add model numbers for Kabylake CPUs
Date 2016-04-30 03:00 +0200
Message-ID <rtrqh-7dU-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Andi Kleen <ak@linux.intel.com>

Everything the same as Skylake, just new model numbers.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 arch/x86/events/intel/core.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c
index 79b59437f5ee..90ba3ae3074e 100644
--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -3794,6 +3794,8 @@ __init int intel_pmu_init(void)
 		pr_cont("Knights Landing events, ");
 		break;
 
+	case 142: /* 14nm Kabylake Mobile */
+	case 158: /* 14nm Kabylake Desktop */
 	case 78: /* 14nm Skylake Mobile */
 	case 94: /* 14nm Skylake Desktop */
 	case 85: /* 14nm Skylake Server */
-- 
2.5.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] x86, perf: Add model numbers for Kabylake CPUs Andi Kleen <andi@firstfloor.org> - 2016-04-30 03:00 +0200
  [tip:perf/core] perf/x86: Add model numbers for Kabylake CPUs tip-bot for Andi Kleen <tipbot@zytor.com> - 2016-05-05 11:50 +0200

csiph-web