x86/cpu: Add model number for Intel Arrow Lake mobile processor
authorTony Luck <tony.luck@intel.com>
Wed, 25 Oct 2023 20:25:13 +0000 (13:25 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 27 Oct 2023 17:19:26 +0000 (10:19 -0700)
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
arch/x86/include/asm/intel-family.h

index 5fcd85fd64fd8ffab118f0ba0d435490b05c9d10..197316121f04e154dad9ba4d9a7169674c623dd5 100644 (file)
@@ -27,6 +27,7 @@
  *             _X      - regular server parts
  *             _D      - micro server parts
  *             _N,_P   - other mobile parts
+ *             _H      - premium mobile parts
  *             _S      - other client parts
  *
  *             Historical OPTDIFFs:
 #define INTEL_FAM6_METEORLAKE          0xAC
 #define INTEL_FAM6_METEORLAKE_L                0xAA
 
+#define INTEL_FAM6_ARROWLAKE_H         0xC5
 #define INTEL_FAM6_ARROWLAKE           0xC6
 
 #define INTEL_FAM6_LUNARLAKE_M         0xBD