Skip to content

Commit be25d1b

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/cpu: Add Sapphire Rapids CPU model number
Latest edition (039) of "Intel Architecture Instruction Set Extensions and Future Features Programming Reference" includes three new CPU model numbers. Linux already has the two Ice Lake server ones. Add the new model number for Sapphire Rapids. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent f8a4bca commit be25d1b

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
@@ -89,6 +89,8 @@
8989
#define INTEL_FAM6_COMETLAKE 0xA5
9090
#define INTEL_FAM6_COMETLAKE_L 0xA6
9191

92+
#define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F
93+
9294
/* "Small Core" Processors (Atom) */
9395

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

0 commit comments

Comments
 (0)