diff options
author | Tony Luck <tony.luck@intel.com> | 2022-08-24 10:57:18 -0700 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2022-08-31 14:17:00 -0700 |
commit | 5515d21c6817bc27b0b13c61edf22b09b58bc647 (patch) | |
tree | aa469f4bd246e25b00fea3167e81f0e301d5ecf4 /arch/x86/include | |
parent | 00da0cb385d05a89226e150a102eb49d8abb0359 (diff) | |
download | lwn-5515d21c6817bc27b0b13c61edf22b09b58bc647.tar.gz lwn-5515d21c6817bc27b0b13c61edf22b09b58bc647.zip |
x86/cpu: Add CPU model numbers for Meteor Lake
Add model numbers for client and mobile parts.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220824175718.232384-1-tony.luck@intel.com
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/intel-family.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index aeb38023a703..5d75fe229342 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 */ |