[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220823174530.223914-1-tony.luck@intel.com>
Date: Tue, 23 Aug 2022 10:45:30 -0700
From: Tony Luck <tony.luck@...el.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org, patches@...ts.linux.dev,
Tony Luck <tony.luck@...el.com>
Subject: [PATCH] x86/cpu: Add yet another Raptorlake CPU model number
There is a second model number used by Raptorlake client CPUs.
Signed-off-by: Tony Luck <tony.luck@...el.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
Powered by blists - more mailing lists