* [PATCH] x86/cpu: Add CPU model number for Wildcatlake
@ 2025-07-30 15:04 Tony Luck
0 siblings, 0 replies; only message in thread
From: Tony Luck @ 2025-07-30 15:04 UTC (permalink / raw)
To: x86; +Cc: linux-kernel, patches, Tony Luck
Wildcatlake is a mobile CPU.
Signed-off-by: Tony Luck <tony.luck@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 be10c188614f..5367dcbf5b30 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -150,6 +150,8 @@
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
+#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
+
/* "Small Core" Processors (Atom/E-Core) */
#define INTEL_ATOM_BONNELL IFM(6, 0x1C) /* Diamondville, Pineview */
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-30 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 15:04 [PATCH] x86/cpu: Add CPU model number for Wildcatlake Tony Luck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox