Blob Blame History Raw
From: Andi Kleen <ak@linux.intel.com>
Subject: x86/cpu: Fix core name for Sapphire Rapids
References: jsc#SLE-15289
Patch-Mainline: v5.14-rc1
Git-commit: 28188cc461f6cf8b7d28de4f6df52014cc1d5e39


Sapphire Rapids uses Golden Cove, not Willow Cove.

Fixes: 53375a5a218e ("x86/cpu: Resort and comment Intel models")
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210513163904.3083274-1-ak@linux.intel.com


Signed-off-by:  <trenn@suse.com>
---
 arch/x86/include/asm/intel-family.h |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -78,6 +78,7 @@
 
 #define INTEL_FAM6_TIGERLAKE_L		0x8C
 #define INTEL_FAM6_TIGERLAKE		0x8D
+#define INTEL_FAM6_SAPPHIRERAPIDS_X	0x8F    /* Golden Cove */
 
 #define INTEL_FAM6_COMETLAKE		0xA5
 #define INTEL_FAM6_COMETLAKE_L		0xA6