Skip to content

Commit b99d70c

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Add model number for Intel Arrow Lake mobile processor
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 <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lore.kernel.org/all/20231025202513.12358-1-tony.luck%40intel.com
1 parent ce55c22 commit b99d70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* _X - regular server parts
2828
* _D - micro server parts
2929
* _N,_P - other mobile parts
30+
* _H - premium mobile parts
3031
* _S - other client parts
3132
*
3233
* Historical OPTDIFFs:
@@ -124,6 +125,7 @@
124125
#define INTEL_FAM6_METEORLAKE 0xAC
125126
#define INTEL_FAM6_METEORLAKE_L 0xAA
126127

128+
#define INTEL_FAM6_ARROWLAKE_H 0xC5
127129
#define INTEL_FAM6_ARROWLAKE 0xC6
128130

129131
#define INTEL_FAM6_LUNARLAKE_M 0xBD

0 commit comments

Comments
 (0)