From: Piotr Luc Date: Wed, 12 Oct 2016 18:05:20 +0000 (+0200) Subject: x86/cpu/intel: Add Knights Mill to Intel family X-Git-Tag: v4.1.12-124.31.3~776 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3a116d8b4e9363ddb14d1f552684df320490205b;p=users%2Fjedix%2Flinux-maple.git x86/cpu/intel: Add Knights Mill to Intel family Add CPUID of Knights Mill (KNM) processor to Intel family list. OraBug: 28041771 CVE: CVE-2018-3639 Signed-off-by: Piotr Luc Reviewed-by: Dave Hansen Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Josh Poimboeuf Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com Signed-off-by: Ingo Molnar (cherry picked from commit 0047f59834e5947d45f34f5f12eb330d158f700b) Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: Mihai Carabas Signed-off-by: Brian Maly --- diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index 0b27c1ebd7310..e13ff5a146331 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -67,5 +67,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 */