Commit e717d93b authored by Will Deacon's avatar Will Deacon

arm64: kconfig: Fix alignment of E0PD help text

Remove the additional space.
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent a569f5f3
...@@ -1490,13 +1490,13 @@ config ARM64_E0PD ...@@ -1490,13 +1490,13 @@ config ARM64_E0PD
bool "Enable support for E0PD" bool "Enable support for E0PD"
default y default y
help help
E0PD (part of the ARMv8.5 extensions) allows us to ensure E0PD (part of the ARMv8.5 extensions) allows us to ensure
that EL0 accesses made via TTBR1 always fault in constant time, that EL0 accesses made via TTBR1 always fault in constant time,
providing similar benefits to KASLR as those provided by KPTI, but providing similar benefits to KASLR as those provided by KPTI, but
with lower overhead and without disrupting legitimate access to with lower overhead and without disrupting legitimate access to
kernel memory such as SPE. kernel memory such as SPE.
This option enables E0PD for TTBR1 where available. This option enables E0PD for TTBR1 where available.
endmenu endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment