diff options
| author | Jeremy Cline <jcline@redhat.com> | 2019-09-17 19:52:27 +0000 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2019-09-18 11:33:20 +0100 |
| commit | 799c85105233514309b201a2d2d7a7934458c999 (patch) | |
| tree | f88f6dfc7718c74d94b6394e3289e172bddf56e1 | |
| parent | c27eccfe4d6c7481ce99f1c433ca043ab464080a (diff) | |
| download | linux-799c85105233514309b201a2d2d7a7934458c999.tar.gz linux-799c85105233514309b201a2d2d7a7934458c999.zip | |
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 <jcline@redhat.com>
Signed-off-by: Will Deacon <will@kernel.org>
| -rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
