diff options
author | Zhang Rui <rui.zhang@intel.com> | 2019-12-16 16:33:44 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:00:51 +0200 |
commit | 761fd846a24a436943502bdb136e397d9ce3bfc9 (patch) | |
tree | 66a70419f93afe6d73d9533d957f68d212694799 | |
parent | 3b68328c004ecb920e4be1bec33de74844e4b489 (diff) | |
download | linux-stable-761fd846a24a436943502bdb136e397d9ce3bfc9.tar.gz linux-stable-761fd846a24a436943502bdb136e397d9ce3bfc9.tar.bz2 linux-stable-761fd846a24a436943502bdb136e397d9ce3bfc9.zip |
x86/cpu: Add Jasper Lake to Intel family
commit b2d32af0bff402b4c1fce28311759dd1f6af058a upstream.
Japser Lake is an Atom family processor.
It uses Tremont cores and is targeted at mobile platforms.
Reviewed-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 a251b20967f7..360e67943a77 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -70,6 +70,7 @@ #define INTEL_FAM6_ATOM_TREMONT_X 0x86 /* Jacobsville */ #define INTEL_FAM6_ATOM_TREMONT 0x96 /* Elkhart Lake */ +#define INTEL_FAM6_ATOM_TREMONT_L 0x9C /* Jasper Lake */ /* Xeon Phi */ |