The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 5515d21c6817bc27b0b13c61edf22b09b58bc647 Gitweb: https://git.kernel.org/tip/5515d21c6817bc27b0b13c61edf22b09b58bc647 Author: Tony Luck <tony.luck@xxxxxxxxx> AuthorDate: Wed, 24 Aug 2022 10:57:18 -07:00 Committer: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> CommitterDate: Wed, 31 Aug 2022 14:17:00 -07:00 x86/cpu: Add CPU model numbers for Meteor Lake Add model numbers for client and mobile parts. Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx> Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> Link: https://lkml.kernel.org/r/20220824175718.232384-1-tony.luck@xxxxxxxxx --- arch/x86/include/asm/intel-family.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index aeb3802..5d75fe2 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -115,6 +115,9 @@ #define INTEL_FAM6_RAPTORLAKE_P 0xBA #define INTEL_FAM6_RAPTORLAKE_S 0xBF +#define INTEL_FAM6_METEORLAKE 0xAC +#define INTEL_FAM6_METEORLAKE_L 0xAA + /* "Small Core" Processors (Atom) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */