Commit-ID:  cba1b3798e2c4c094f2079a0d4c1ba4ec2c5a9ac
Gitweb:     http://git.kernel.org/tip/cba1b3798e2c4c094f2079a0d4c1ba4ec2c5a9ac
Author:     Andi Kleen <[email protected]>
AuthorDate: Fri, 29 Apr 2016 17:55:48 -0700
Committer:  Ingo Molnar <[email protected]>
CommitDate: Thu, 5 May 2016 09:29:00 +0200

perf/x86: Add model numbers for Kabylake CPUs

Everything the same as Skylake, just new model numbers.

Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: 
http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
 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 aff7988..a6fd4db 100644
--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -3637,6 +3637,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 */

Reply via email to