Skip to content

Commit 8cd8f0c

Browse files
Rajneesh Bhardwajsuryasaimadhu
authored andcommitted
x86/CPU: Add Icelake model number
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]
1 parent 10970e1 commit 8cd8f0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252

5353
#define INTEL_FAM6_CANNONLAKE_MOBILE 0x66
5454

55+
#define INTEL_FAM6_ICELAKE_MOBILE 0x7E
56+
5557
/* "Small Core" Processors (Atom) */
5658

5759
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */

0 commit comments

Comments
 (0)