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 d4fc4d0 commit d1fb034Copy full SHA for d1fb034
arch/x86/include/asm/intel-family.h
@@ -191,6 +191,8 @@
191
#define INTEL_FAM6_LUNARLAKE_M 0xBD
192
#define INTEL_LUNARLAKE_M IFM(6, 0xBD)
193
194
+#define INTEL_PANTHERLAKE_L IFM(6, 0xCC)
195
+
196
/* "Small Core" Processors (Atom/E-Core) */
197
198
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */
@@ -257,4 +259,7 @@
257
259
#define INTEL_FAM5_QUARK_X1000 0x09 /* Quark X1000 SoC */
258
260
#define INTEL_QUARK_X1000 IFM(5, 0x09) /* Quark X1000 SoC */
261
262
+/* Family 19 */
263
+#define INTEL_PANTHERCOVE_X IFM(19, 0x01) /* Diamond Rapids */
264
265
#endif /* _ASM_X86_INTEL_FAMILY_H */
0 commit comments