Skip to content

Commit fbdb5e8

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Add Raptor Lake to Intel family
Add model ID for Raptor Lake. [ dhansen: These get added as soon as possible so that folks doing development can leverage them. ] Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e629fc1 commit fbdb5e8

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
@@ -108,6 +108,8 @@
108108
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
109109
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
110110

111+
#define INTEL_FAM6_RAPTOR_LAKE 0xB7
112+
111113
/* "Small Core" Processors (Atom) */
112114

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

0 commit comments

Comments
 (0)