[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z_0oWnbcjsekHXJd@gmail.com>
Date: Mon, 14 Apr 2025 17:23:06 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Christian Ludloff <ludloff@...il.com>
Cc: linux-kernel@...r.kernel.org, Pi Xiange <xiange.pi@...el.com>,
Peter Zijlstra <peterz@...radead.org>,
Tony Luck <tony.luck@...el.com>,
Andrew Cooper <andrew.cooper3@...rix.com>,
"H. Peter Anvin" <hpa@...or.com>,
John Ogness <john.ogness@...utronix.de>,
"Ahmed S. Darwish" <darwi@...utronix.de>, x86-cpuid@...ts.linux.dev,
x86@...nel.org
Subject: [PATCH -v2] x86/cpu: Add CPU model number for Bartlett Lake CPUs
with Raptor Cove cores
* Christian Ludloff <ludloff@...il.com> wrote:
> > +#define INTEL_RAPTORCOVE IFM(6, 0xD7) /* Bartlett Lake */
>
> Please fix this. It has the core and the product reversed. That is, it
> should be INTEL_BARTLETTLAKE and /* Raptor Cove */ to match
> the bulk of that file.
I switched it around for this commit - see the updated patch below.
> And yes, you also want to fix this for INTEL_PANTHERCOVE_X
> and /* Diamond Rapids */ entry.
>
> The macros refer to products.
> The comments refer to cores.
Please send a patch if you have the time.
> Consistency, please.
> Sanity, please.
Amen!
Thanks,
Ingo
==================>
From: Pi Xiange <xiange.pi@...el.com>
Date: Mon, 14 Apr 2025 11:28:39 +0800
Subject: [PATCH] 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@...el.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Cc: Christian Ludloff <ludloff@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Andrew Cooper <andrew.cooper3@...rix.com>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: John Ogness <john.ogness@...utronix.de>
Cc: "Ahmed S. Darwish" <darwi@...utronix.de>
Cc: x86-cpuid@...ts.linux.dev
Link: https://lore.kernel.org/r/20250414032839.5368-1-xiange.pi@intel.com
---
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 3a97a7eefb51..be10c188614f 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -126,6 +126,8 @@
#define INTEL_GRANITERAPIDS_X IFM(6, 0xAD) /* Redwood Cove */
#define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
+#define INTEL_BARTLETTLAKE IFM(6, 0xD7) /* Raptor Cove */
+
/* "Hybrid" Processors (P-Core/E-Core) */
#define INTEL_LAKEFIELD IFM(6, 0x8A) /* Sunny Cove / Tremont */
Powered by blists - more mailing lists