Skip to content

Commit c496276

Browse files
committed
x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores
JIRA: https://issues.redhat.com/browse/RHEL-95631 commit d466304 Author: Pi Xiange <xiange.pi@intel.com> Date: Mon Apr 14 11:28:39 2025 +0800 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 <xiange.pi@intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Christian Ludloff <ludloff@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Tony Luck <tony.luck@intel.com> Cc: Andrew Cooper <andrew.cooper3@citrix.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: John Ogness <john.ogness@linutronix.de> Cc: "Ahmed S. Darwish" <darwi@linutronix.de> Cc: x86-cpuid@lists.linux.dev Link: https://lore.kernel.org/r/20250414032839.5368-1-xiange.pi@intel.com Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 8546aa8 commit c496276

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
@@ -159,6 +159,8 @@
159159
#define INTEL_FAM6_GRANITERAPIDS_D 0xAE
160160
#define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
161161

162+
#define INTEL_BARTLETTLAKE IFM(6, 0xD7) /* Raptor Cove */
163+
162164
/* "Hybrid" Processors (P-Core/E-Core) */
163165

164166
#define INTEL_FAM6_LAKEFIELD 0x8A /* Sunny Cove / Tremont */

0 commit comments

Comments
 (0)