diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-05-03 16:51:57 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-12 06:33:48 -0600 |
commit | 263638dc0690f833a6464ccbf5cb9a799edc0751 (patch) | |
tree | cb772be0e945baa1298edb4d3cb79c1c80716453 /arch/arm64/Kconfig | |
parent | e318b36ed37d241eb279382bde587eabf1892e34 (diff) |
arm64: Update Documentation/arm references
The Arm documentation has moved to Documentation/arch/arm; update
references under arch/arm64 to match.
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-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 b1201d25a8a4..377f50dda2de 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1619,7 +1619,7 @@ config KUSER_HELPERS the system. This permits binaries to be run on ARMv4 through to ARMv8 without modification. - See Documentation/arm/kernel_user_helpers.rst for details. + See Documentation/arch/arm/kernel_user_helpers.rst for details. However, the fixed address nature of these helpers can be used by ROP (return orientated programming) authors when creating |