x86/CPU: Add Icelake model number
authorRajneesh Bhardwaj <[email protected]>
Thu, 14 Feb 2019 11:57:08 +0000 (17:27 +0530)
committerDarren Hart (VMware) <[email protected]>
Sat, 23 Feb 2019 17:21:07 +0000 (09:21 -0800)
Add the CPUID model number of Icelake (ICL) mobile processors to the
Intel family list. Icelake U/Y series uses model number 0x7E.

Signed-off-by: Rajneesh Bhardwaj <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: "David E. Box" <[email protected]>
Cc: [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: Thomas Gleixner <[email protected]>
Cc: x86-ml <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Darren Hart (VMware) <[email protected]>
arch/x86/include/asm/intel-family.h

index 0dd6b0f4000e86d80be7b38b29f33bfa9ac61e8f..058b1a1994c4b47836fa548bd29aaef437d52fd1 100644 (file)
@@ -52,6 +52,8 @@
 
 #define INTEL_FAM6_CANNONLAKE_MOBILE   0x66
 
+#define INTEL_FAM6_ICELAKE_MOBILE      0x7E
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL                0x1C /* Diamondville, Pineview */