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 <tony.luck@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lkml.kernel.org/r/20211112182835.924977-1-tony.luck@intel.com
1 parent e629fc1 commit fbdb5e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)