Merge: x86/cpu: Add CPU model numbers for Meteor Lake
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2135 Bugzilla: https://bugzilla.redhat.com/2153937 Tested: No functional change/CKI Testing commit 5515d21c6817bc27b0b13c61edf22b09b58bc647 Author: Tony Luck <tony.luck@intel.com> Date: Wed Aug 24 10:57:18 2022 -0700 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 Signed-off-by: David Arcari <darcari@redhat.com> Approved-by: Dean Nelson <dnelson@redhat.com> Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
commit
46bc95b62f
|
@ -120,6 +120,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/E-Core) */
|
||||
|
||||
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */
|
||||
|
|
Loading…
Reference in New Issue