Skip to content

Commit 5354456

Browse files
author
Peter Zijlstra
committed
x86/cpu: Update Hybrids
Give the hybrid thingies their own section, appropriately between Core and Atom. Add the Raptor Lake uarch names. Put Lunar Lake after Arrow Lake per interweb guidance. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230807150405.828551866@infradead.org
1 parent 0cfd8fb commit 5354456

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@
9898
#define INTEL_FAM6_ICELAKE_L 0x7E /* Sunny Cove */
9999
#define INTEL_FAM6_ICELAKE_NNPI 0x9D /* Sunny Cove */
100100

101-
#define INTEL_FAM6_LAKEFIELD 0x8A /* Sunny Cove / Tremont */
102-
103101
#define INTEL_FAM6_ROCKETLAKE 0xA7 /* Cypress Cove */
104102

105103
#define INTEL_FAM6_TIGERLAKE_L 0x8C /* Willow Cove */
@@ -112,20 +110,24 @@
112110
#define INTEL_FAM6_GRANITERAPIDS_X 0xAD
113111
#define INTEL_FAM6_GRANITERAPIDS_D 0xAE
114112

113+
/* "Hybrid" Processors (P-Core/E-Core) */
114+
115+
#define INTEL_FAM6_LAKEFIELD 0x8A /* Sunny Cove / Tremont */
116+
115117
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
116118
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
117119

118-
#define INTEL_FAM6_RAPTORLAKE 0xB7
120+
#define INTEL_FAM6_RAPTORLAKE 0xB7 /* Raptor Cove / Enhanced Gracemont */
119121
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
120122
#define INTEL_FAM6_RAPTORLAKE_S 0xBF
121123

122124
#define INTEL_FAM6_METEORLAKE 0xAC
123125
#define INTEL_FAM6_METEORLAKE_L 0xAA
124126

125-
#define INTEL_FAM6_LUNARLAKE_M 0xBD
126-
127127
#define INTEL_FAM6_ARROWLAKE 0xC6
128128

129+
#define INTEL_FAM6_LUNARLAKE_M 0xBD
130+
129131
/* "Small Core" Processors (Atom/E-Core) */
130132

131133
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */

0 commit comments

Comments
 (0)