Skip to content

Commit d466304

Browse files
pixiangeIngo Molnar
authored andcommitted
x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores
Bartlett Lake has a P-core only product with Raptor Cove. [ mingo: Switch around the define as pointed out by Christian Ludloff: Ratpr Cove is the core, Bartlett Lake is the product. Signed-off-by: Pi Xiange <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Christian Ludloff <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Tony Luck <[email protected]> Cc: Andrew Cooper <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: John Ogness <[email protected]> Cc: "Ahmed S. Darwish" <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 805b743 commit d466304

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
@@ -126,6 +126,8 @@
126126
#define INTEL_GRANITERAPIDS_X IFM(6, 0xAD) /* Redwood Cove */
127127
#define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
128128

129+
#define INTEL_BARTLETTLAKE IFM(6, 0xD7) /* Raptor Cove */
130+
129131
/* "Hybrid" Processors (P-Core/E-Core) */
130132

131133
#define INTEL_LAKEFIELD IFM(6, 0x8A) /* Sunny Cove / Tremont */

0 commit comments

Comments
 (0)