Skip to content

Commit 8d7c6ac

Browse files
Kan Liangsuryasaimadhu
authored andcommitted
x86/cpu: Add Comet Lake to the Intel CPU models header
Comet Lake is the new 10th Gen Intel processor. Add two new CPU model numbers to the Intel family list. The CPU model numbers are not published in the SDM yet but they come from an authoritative internal source. [ bp: Touch up commit message. ] Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: Tony Luck <[email protected]> Cc: [email protected] Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: x86-ml <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent bec5007 commit 8d7c6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
#define INTEL_FAM6_TIGERLAKE_L 0x8C
8484
#define INTEL_FAM6_TIGERLAKE 0x8D
8585

86+
#define INTEL_FAM6_COMETLAKE 0xA5
87+
#define INTEL_FAM6_COMETLAKE_L 0xA6
88+
8689
/* "Small Core" Processors (Atom) */
8790

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

0 commit comments

Comments
 (0)