diff options
author | Rahul Tanwar <[email protected]> | 2019-09-05 12:30:19 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-09-06 07:30:39 +0200 |
commit | 855fa1f362cab2dc7574acb853b0963dd01d6b8d (patch) | |
tree | 6e9300309307eada1dc015cfda7582c65976fad9 | |
parent | 0f65605a8d744b3a205d0a2cd8f20707e31fc023 (diff) |
x86/cpu: Add new Airmont variant to Intel family
Add new Airmont variant CPU model to Intel family.
Signed-off-by: Rahul Tanwar <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Cc: Gayatri Kammela <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/include/asm/intel-family.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index 55568afe798a..f04622500da3 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -98,6 +98,7 @@ #define INTEL_FAM6_ATOM_AIRMONT 0x4C /* Cherry Trail, Braswell */ #define INTEL_FAM6_ATOM_AIRMONT_MID 0x5A /* Moorefield */ +#define INTEL_FAM6_ATOM_AIRMONT_NP 0x75 /* Lightning Mountain */ #define INTEL_FAM6_ATOM_GOLDMONT 0x5C /* Apollo Lake */ #define INTEL_FAM6_ATOM_GOLDMONT_D 0x5F /* Denverton */ |