Skip to content

Commit

Permalink
arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI
Browse files Browse the repository at this point in the history
The referenced file does not exist, but tagged-address-abi.rst does.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
Signed-off-by: Will Deacon <will@kernel.org>
  • Loading branch information
jeremycline authored and willdeacon committed Sep 18, 2019
1 parent c27eccf commit 799c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig
Expand Up @@ -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"
Expand Down

0 comments on commit 799c851

Please sign in to comment.