Skip to content

Commit e717d93

Browse files
committed
arm64: kconfig: Fix alignment of E0PD help text
Remove the additional space. Signed-off-by: Will Deacon <[email protected]>
1 parent a569f5f commit e717d93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm64/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,13 +1490,13 @@ config ARM64_E0PD
14901490
bool "Enable support for E0PD"
14911491
default y
14921492
help
1493-
E0PD (part of the ARMv8.5 extensions) allows us to ensure
1494-
that EL0 accesses made via TTBR1 always fault in constant time,
1495-
providing similar benefits to KASLR as those provided by KPTI, but
1496-
with lower overhead and without disrupting legitimate access to
1497-
kernel memory such as SPE.
1493+
E0PD (part of the ARMv8.5 extensions) allows us to ensure
1494+
that EL0 accesses made via TTBR1 always fault in constant time,
1495+
providing similar benefits to KASLR as those provided by KPTI, but
1496+
with lower overhead and without disrupting legitimate access to
1497+
kernel memory such as SPE.
14981498

1499-
This option enables E0PD for TTBR1 where available.
1499+
This option enables E0PD for TTBR1 where available.
15001500

15011501
endmenu
15021502

0 commit comments

Comments
 (0)