VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Will Deacon <will@kernel.org> 2021-06-08 19:02:55 +0100 committer: Will Deacon <will@kernel.org> 2021-06-11 13:25:40 +0100 commit: 2122a833316f2f3f6ddc78429fa67ef6d3c86636 parent: 930a58b4093ebd2a036a0d448a2047477ef90d26
Commit Summary:
arm64: Allow mismatched 32-bit EL0 support
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/arch/arm64/tools/cpucaps b/arch/arm64/tools/cpucaps
index 21fbdda7086e..49305c2e6dfd 100644
--- a/arch/arm64/tools/cpucaps
+++ b/arch/arm64/tools/cpucaps
@@ -3,7 +3,8 @@
 # Internal CPU capabilities constants, keep this list sorted
 
 BTI
-HAS_32BIT_EL0
+# Unreliable: use system_supports_32bit_el0() instead.
+HAS_32BIT_EL0_DO_NOT_USE
 HAS_32BIT_EL1
 HAS_ADDRESS_AUTH
 HAS_ADDRESS_AUTH_ARCH