Skip to content

Commit 99cb64d

Browse files
andyhhpsuryasaimadhu
authored andcommitted
x86/cpu: Comment Skylake server stepping too
Further to 53375a5 ("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: Andrew Cooper <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 53375a5 commit 99cb64d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* _EX - 4+ socket server parts
3434
*
3535
* The #define line may optionally include a comment including platform or core
36-
* names. An exception is made for kabylake where steppings seem to have gotten
36+
* names. An exception is made for skylake/kabylake where steppings seem to have gotten
3737
* their own names :-(
3838
*/
3939

@@ -74,6 +74,8 @@
7474
#define INTEL_FAM6_SKYLAKE_L 0x4E /* Sky Lake */
7575
#define INTEL_FAM6_SKYLAKE 0x5E /* Sky Lake */
7676
#define INTEL_FAM6_SKYLAKE_X 0x55 /* Sky Lake */
77+
/* CASCADELAKE_X 0x55 Sky Lake -- s: 7 */
78+
/* COOPERLAKE_X 0x55 Sky Lake -- s: 11 */
7779

7880
#define INTEL_FAM6_KABYLAKE_L 0x8E /* Sky Lake */
7981
/* AMBERLAKE_L 0x8E Sky Lake -- s: 9 */

0 commit comments

Comments
 (0)