[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-0adc909065d5e5b36a241a5ed1846fb277b89e70@git.kernel.org>
Date: Sun, 16 Oct 2016 04:22:22 -0700
From: tip-bot for Piotr Luc <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, dvlasenk@...hat.com, dave.hansen@...el.com,
hpa@...or.com, piotr.luc@...el.com, jpoimboe@...hat.com,
tglx@...utronix.de, brgerst@...il.com,
linux-kernel@...r.kernel.org, bp@...en8.de, peterz@...radead.org,
luto@...nel.org, torvalds@...ux-foundation.org
Subject: [tip:x86/urgent] x86/cpu/intel: Add Knights Mill to Intel family
Commit-ID: 0adc909065d5e5b36a241a5ed1846fb277b89e70
Gitweb: http://git.kernel.org/tip/0adc909065d5e5b36a241a5ed1846fb277b89e70
Author: Piotr Luc <piotr.luc@...el.com>
AuthorDate: Wed, 12 Oct 2016 20:05:20 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Sun, 16 Oct 2016 11:32:11 +0200
x86/cpu/intel: Add Knights Mill to Intel family
Add CPUID of Knights Mill (KNM) processor to Intel family list.
Signed-off-by: Piotr Luc <piotr.luc@...el.com>
Reviewed-by: Dave Hansen <dave.hansen@...el.com>
Cc: Andy Lutomirski <luto@...nel.org>
Cc: Borislav Petkov <bp@...en8.de>
Cc: Brian Gerst <brgerst@...il.com>
Cc: Denys Vlasenko <dvlasenk@...hat.com>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Josh Poimboeuf <jpoimboe@...hat.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/include/asm/intel-family.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 9ae5ab8..34a46dc 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -64,5 +64,6 @@
/* Xeon Phi */
#define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */
+#define INTEL_FAM6_XEON_PHI_KNM 0x85 /* Knights Mill */
#endif /* _ASM_X86_INTEL_FAMILY_H */
Powered by blists - more mailing lists