arm64: Update Documentation/arm references
authorJonathan Corbet <corbet@lwn.net>
Wed, 3 May 2023 22:51:57 +0000 (16:51 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 12 Jun 2023 12:33:48 +0000 (06:33 -0600)
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>
arch/arm64/Kconfig
arch/arm64/kernel/kuser32.S

index b1201d25a8a4ee75e6eeaddb46f626655883e6bf..377f50dda2de02307d04852c9e026d58bda0a214 100644 (file)
@@ -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
index 692e9d2e31e5d8eeb912ae603d83a27012904f5b..af046ceac22deabbd7c5cd61adeecaba86f117b3 100644 (file)
@@ -10,7 +10,7 @@
  * aarch32_setup_additional_pages() and are provided for compatibility
  * reasons with 32 bit (aarch32) applications that need them.
  *
- * See Documentation/arm/kernel_user_helpers.rst for formal definitions.
+ * See Documentation/arch/arm/kernel_user_helpers.rst for formal definitions.
  */
 
 #include <asm/unistd.h>