projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6efb943
)
x86/cpu: Fix core name for Sapphire Rapids
author
Andi Kleen
<ak@linux.intel.com>
Thu, 13 May 2021 16:39:04 +0000
(09:39 -0700)
committer
Borislav Petkov
<bp@suse.de>
Fri, 14 May 2021 12:31:14 +0000
(14:31 +0200)
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
arch/x86/include/asm/intel-family.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/intel-family.h
b/arch/x86/include/asm/intel-family.h
index 955b06d6325af660a93d95a5d8115ba60ca51aa1..27158436f322dc3c4415eae014be3b1294092191 100644
(file)
--- a/
arch/x86/include/asm/intel-family.h
+++ b/
arch/x86/include/asm/intel-family.h
@@
-102,7
+102,8
@@
#define INTEL_FAM6_TIGERLAKE_L 0x8C /* Willow Cove */
#define INTEL_FAM6_TIGERLAKE 0x8D /* Willow Cove */
-#define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F /* Willow Cove */
+
+#define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F /* Golden Cove */
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */