Skip to content

Commit d1fb034

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Add two Intel CPU model numbers
Pantherlake is a mobile CPU. Diamond Rapids next generation Xeon. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lore.kernel.org/all/20240923173750.16874-1-tony.luck%40intel.com
1 parent d4fc4d0 commit d1fb034

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@
191191
#define INTEL_FAM6_LUNARLAKE_M 0xBD
192192
#define INTEL_LUNARLAKE_M IFM(6, 0xBD)
193193

194+
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC)
195+
194196
/* "Small Core" Processors (Atom/E-Core) */
195197

196198
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */
@@ -257,4 +259,7 @@
257259
#define INTEL_FAM5_QUARK_X1000 0x09 /* Quark X1000 SoC */
258260
#define INTEL_QUARK_X1000 IFM(5, 0x09) /* Quark X1000 SoC */
259261

262+
/* Family 19 */
263+
#define INTEL_PANTHERCOVE_X IFM(19, 0x01) /* Diamond Rapids */
264+
260265
#endif /* _ASM_X86_INTEL_FAMILY_H */

0 commit comments

Comments
 (0)