Skip to content

Commit f545e88

Browse files
Kan Lianghansendc
authored andcommitted
x86/cpu: Add Lunar Lake M
Intel confirmed the existence of this CPU in Q4'2022 earnings presentation. Add the CPU model number. [ dhansen: Merging these as soon as possible makes it easier on all the folks developing model-specific features. ] Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lore.kernel.org/all/20230208172340.158548-1-tony.luck%40intel.com
1 parent ae052e3 commit f545e88

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
@@ -123,6 +123,8 @@
123123
#define INTEL_FAM6_METEORLAKE 0xAC
124124
#define INTEL_FAM6_METEORLAKE_L 0xAA
125125

126+
#define INTEL_FAM6_LUNARLAKE_M 0xBD
127+
126128
/* "Small Core" Processors (Atom/E-Core) */
127129

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

0 commit comments

Comments
 (0)