]> git.baikalelectronics.ru Git - kernel.git/commit
x86/cpufeatures: Enumerate Intel Hybrid Technology feature bit
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>
Mon, 12 Apr 2021 14:30:41 +0000 (07:30 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 19 Apr 2021 18:03:23 +0000 (20:03 +0200)
commit9a61d2cbca05c6c508a1df6735760e21b9c7c511
tree8a31d0a57567408d8d1930918f6a475907f66ae8
parent0007b49f99f7a1fcfe5aea2f6228061c497bb6c7
x86/cpufeatures: Enumerate Intel Hybrid Technology feature bit

Add feature enumeration to identify a processor with Intel Hybrid
Technology: one in which CPUs of more than one type are the same package.
On a hybrid processor, all CPUs support the same homogeneous (i.e.,
symmetric) instruction set. All CPUs enumerate the same features in CPUID.
Thus, software (user space and kernel) can run and migrate to any CPU in
the system as well as utilize any of the enumerated features without any
change or special provisions. The main difference among CPUs in a hybrid
processor are power and performance properties.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Len Brown <len.brown@intel.com>
Acked-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/1618237865-33448-2-git-send-email-kan.liang@linux.intel.com
arch/x86/include/asm/cpufeatures.h