From: Jeremy Cline Date: Tue, 17 Sep 2019 19:52:27 +0000 (+0000) Subject: arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI X-Git-Tag: Ubuntu-5.13.0-19.19~7650^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=799c85105233514309b201a2d2d7a7934458c999;p=mirror_ubuntu-jammy-kernel.git arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI The referenced file does not exist, but tagged-address-abi.rst does. Signed-off-by: Jeremy Cline Signed-off-by: Will Deacon --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 6ae6ad8a4db0..8960310b4f64 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1135,7 +1135,7 @@ config ARM64_TAGGED_ADDR_ABI When this option is enabled, user applications can opt in to a relaxed ABI via prctl() allowing tagged addresses to be passed to system calls as pointer arguments. For details, see - Documentation/arm64/tagged-address-abi.txt. + Documentation/arm64/tagged-address-abi.rst. menuconfig COMPAT bool "Kernel support for 32-bit EL0"