We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ebc4 commit 89216c9Copy full SHA for 89216c9
arch/x86/include/asm/intel-family.h
@@ -150,12 +150,12 @@
150
151
#define INTEL_LUNARLAKE_M IFM(6, 0xBD) /* Lion Cove / Skymont */
152
153
-#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
+#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Darkmont */
154
155
#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
156
157
-#define INTEL_NOVALAKE IFM(18, 0x01)
158
-#define INTEL_NOVALAKE_L IFM(18, 0x03)
+#define INTEL_NOVALAKE IFM(18, 0x01) /* Coyote Cove / Arctic Wolf */
+#define INTEL_NOVALAKE_L IFM(18, 0x03) /* Coyote Cove / Arctic Wolf */
159
160
/* "Small Core" Processors (Atom/E-Core) */
161
0 commit comments