]> Git Repo - linux.git/commitdiff
x86/cpu: Add Lunar Lake M
authorKan Liang <[email protected]>
Wed, 8 Feb 2023 17:23:40 +0000 (09:23 -0800)
committerDave Hansen <[email protected]>
Wed, 8 Feb 2023 20:04:35 +0000 (12:04 -0800)
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
arch/x86/include/asm/intel-family.h

index 347707d459c67f2dc85427b04e78b733ff4201f6..cbaf174d8efd9e73ff8b187cfe338fa6cc1b5b41 100644 (file)
 #define INTEL_FAM6_METEORLAKE          0xAC
 #define INTEL_FAM6_METEORLAKE_L                0xAA
 
+#define INTEL_FAM6_LUNARLAKE_M         0xBD
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_FAM6_ATOM_BONNELL                0x1C /* Diamondville, Pineview */
This page took 0.058652 seconds and 4 git commands to generate.