* [PATCH] x86/cpu: Add yet another Raptorlake CPU model number
@ 2022-08-23 17:45 Tony Luck
0 siblings, 0 replies; only message in thread
From: Tony Luck @ 2022-08-23 17:45 UTC (permalink / raw)
To: x86; +Cc: linux-kernel, patches, Tony Luck
There is a second model number used by Raptorlake client CPUs.
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 def6ca121111..c4e316921dd5 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -22,6 +22,7 @@
* Common OPTDIFFs:
*
* - regular client parts
+ * _S - other client parts
* _L - regular mobile parts
* _G - parts with extra graphics on
* _X - regular server parts
@@ -112,6 +113,7 @@
#define INTEL_FAM6_RAPTORLAKE 0xB7
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
+#define INTEL_FAM6_RAPTORLAKE_S 0xBF
/* "Small Core" Processors (Atom) */
--
2.35.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-23 17:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 17:45 [PATCH] x86/cpu: Add yet another Raptorlake CPU model number Tony Luck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox