Skip to content

Commit 5515d21

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Add CPU model numbers for Meteor Lake
Add model numbers for client and mobile parts. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 00da0cb commit 5515d21

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
@@ -115,6 +115,9 @@
115115
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
116116
#define INTEL_FAM6_RAPTORLAKE_S 0xBF
117117

118+
#define INTEL_FAM6_METEORLAKE 0xAC
119+
#define INTEL_FAM6_METEORLAKE_L 0xAA
120+
118121
/* "Small Core" Processors (Atom) */
119122

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

0 commit comments

Comments
 (0)