From 0737115cfe28c818f8fdb40b30f3aeec48f47678 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 17 Sep 2019 19:52:27 +0000 Subject: [PATCH] UPSTREAM: arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI (Upstream commit 799c85105233514309b201a2d2d7a7934458c999). The referenced file does not exist, but tagged-address-abi.rst does. Signed-off-by: Jeremy Cline Signed-off-by: Will Deacon Signed-off-by: Andrey Konovalov Bug: 135692346 Change-Id: Id87593870acd680e37254db234da3536be1b0028 --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4503040a8081..5ce33971e2fe 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -971,7 +971,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 ARMV8_DEPRECATED bool "Emulate deprecated/obsolete ARMv8 instructions"