mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
x86/cpu: Add model number for Intel Arrow Lake mobile processor
commit b99d70c0d1 upstream.
For "reasons" Intel has code-named this CPU with a "_H" suffix.
[ dhansen: As usual, apply this and send it upstream quickly to
make it easier for anyone who is doing work that
consumes this. ]
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20231025202513.12358-1-tony.luck%40intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
63cc3d5d34
commit
5e232f2205
@@ -27,6 +27,7 @@
|
|||||||
* _X - regular server parts
|
* _X - regular server parts
|
||||||
* _D - micro server parts
|
* _D - micro server parts
|
||||||
* _N,_P - other mobile parts
|
* _N,_P - other mobile parts
|
||||||
|
* _H - premium mobile parts
|
||||||
* _S - other client parts
|
* _S - other client parts
|
||||||
*
|
*
|
||||||
* Historical OPTDIFFs:
|
* Historical OPTDIFFs:
|
||||||
@@ -125,6 +126,7 @@
|
|||||||
|
|
||||||
#define INTEL_FAM6_LUNARLAKE_M 0xBD
|
#define INTEL_FAM6_LUNARLAKE_M 0xBD
|
||||||
|
|
||||||
|
#define INTEL_FAM6_ARROWLAKE_H 0xC5
|
||||||
#define INTEL_FAM6_ARROWLAKE 0xC6
|
#define INTEL_FAM6_ARROWLAKE 0xC6
|
||||||
|
|
||||||
/* "Small Core" Processors (Atom/E-Core) */
|
/* "Small Core" Processors (Atom/E-Core) */
|
||||||
|
|||||||
Reference in New Issue
Block a user