Skip to content
Snippets Groups Projects
Commit 99cb64de authored by Andrew Cooper's avatar Andrew Cooper Committed by Borislav Petkov
Browse files

x86/cpu: Comment Skylake server stepping too


Further to

  53375a5a ("x86/cpu: Resort and comment Intel models"),

CascadeLake and CooperLake are steppings of Skylake, and make up the 1st
to 3rd generation "Xeon Scalable Processor" line.

Signed-off-by: default avatarAndrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210409121027.16437-1-andrew.cooper3@citrix.com
parent 53375a5a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* _EX - 4+ socket server parts * _EX - 4+ socket server parts
* *
* The #define line may optionally include a comment including platform or core * The #define line may optionally include a comment including platform or core
* names. An exception is made for kabylake where steppings seem to have gotten * names. An exception is made for skylake/kabylake where steppings seem to have gotten
* their own names :-( * their own names :-(
*/ */
...@@ -74,6 +74,8 @@ ...@@ -74,6 +74,8 @@
#define INTEL_FAM6_SKYLAKE_L 0x4E /* Sky Lake */ #define INTEL_FAM6_SKYLAKE_L 0x4E /* Sky Lake */
#define INTEL_FAM6_SKYLAKE 0x5E /* Sky Lake */ #define INTEL_FAM6_SKYLAKE 0x5E /* Sky Lake */
#define INTEL_FAM6_SKYLAKE_X 0x55 /* Sky Lake */ #define INTEL_FAM6_SKYLAKE_X 0x55 /* Sky Lake */
/* CASCADELAKE_X 0x55 Sky Lake -- s: 7 */
/* COOPERLAKE_X 0x55 Sky Lake -- s: 11 */
#define INTEL_FAM6_KABYLAKE_L 0x8E /* Sky Lake */ #define INTEL_FAM6_KABYLAKE_L 0x8E /* Sky Lake */
/* AMBERLAKE_L 0x8E Sky Lake -- s: 9 */ /* AMBERLAKE_L 0x8E Sky Lake -- s: 9 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment