arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
Add a new ARM64_HAS_VIRT_HOST_EXTN features to indicate that the CPU has the ARMv8.1 VHE capability. This will be used to trigger kernel patching in KVM. Acked-by: Christoffer Dall <christoffer.dall@linaro.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:
@@ -30,8 +30,12 @@
|
||||
#define ARM64_HAS_LSE_ATOMICS 5
|
||||
#define ARM64_WORKAROUND_CAVIUM_23154 6
|
||||
#define ARM64_WORKAROUND_834220 7
|
||||
/* #define ARM64_HAS_NO_HW_PREFETCH 8 */
|
||||
/* #define ARM64_HAS_UAO 9 */
|
||||
/* #define ARM64_ALT_PAN_NOT_UAO 10 */
|
||||
#define ARM64_HAS_VIRT_HOST_EXTN 11
|
||||
|
||||
#define ARM64_NCAPS 8
|
||||
#define ARM64_NCAPS 12
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
|
Reference in New Issue
Block a user