]> git.baikalelectronics.ru Git - kernel.git/commitdiff
x86/cpu: Fix core name for Sapphire Rapids
authorAndi Kleen <ak@linux.intel.com>
Thu, 13 May 2021 16:39:04 +0000 (09:39 -0700)
committerBorislav Petkov <bp@suse.de>
Fri, 14 May 2021 12:31:14 +0000 (14:31 +0200)
Sapphire Rapids uses Golden Cove, not Willow Cove.

Fixes: 596bbc34416e ("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

index 955b06d6325af660a93d95a5d8115ba60ca51aa1..27158436f322dc3c4415eae014be3b1294092191 100644 (file)
 
 #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 */