Add the CPUID model number of Icelake Neural Network Processor for Deep Learning Inference (ICL-NNPI) to the Intel family list. Icelake NNPI uses model number 0x9D and this will be documented in a future version of Intel Software Development Manual.
Cc: Borislav Petkov <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Kan Liang <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Cc: Qiuxu Zhuo <[email protected]> Cc: Srinivas Pandruvada <[email protected]> Cc: Len Brown <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: x86-ml <[email protected]> Cc: Linux PM <[email protected]> Signed-off-by: Rajneesh Bhardwaj <[email protected]> --- 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 9f15384c504a..087de5d3b93a 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -53,6 +53,7 @@ #define INTEL_FAM6_CANNONLAKE_MOBILE 0x66 #define INTEL_FAM6_ICELAKE_MOBILE 0x7E +#define INTEL_FAM6_ICELAKE_NNPI 0x9D /* "Small Core" Processors (Atom) */ -- 2.17.1

