Commit-ID: 0047f59834e5947d45f34f5f12eb330d158f700b Gitweb: http://git.kernel.org/tip/0047f59834e5947d45f34f5f12eb330d158f700b Author: Piotr Luc <piotr....@intel.com> AuthorDate: Wed, 12 Oct 2016 20:05:20 +0200 Committer: Ingo Molnar <mi...@kernel.org> CommitDate: Mon, 17 Oct 2016 10:45:08 +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....@intel.com> Reviewed-by: Dave Hansen <dave.han...@intel.com> Cc: Andy Lutomirski <l...@kernel.org> Cc: Borislav Petkov <b...@alien8.de> Cc: Brian Gerst <brge...@gmail.com> Cc: Denys Vlasenko <dvlas...@redhat.com> Cc: H. Peter Anvin <h...@zytor.com> Cc: Josh Poimboeuf <jpoim...@redhat.com> Cc: Linus Torvalds <torva...@linux-foundation.org> Cc: Peter Zijlstra <pet...@infradead.org> Cc: Thomas Gleixner <t...@linutronix.de> Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr....@intel.com Signed-off-by: Ingo Molnar <mi...@kernel.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 */