Skip to content

Commit 6e4596c

Browse files
author
Jonathan Corbet
committed
arm64: Fix dangling references to Documentation/arm64
The arm64 documentation has moved under Documentation/arch/; fix up references in the arm64 subtree to match. Cc: Will Deacon <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: [email protected] Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent a0468d4 commit 6e4596c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

arch/arm64/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ config ARM64_TAGGED_ADDR_ABI
15851585
When this option is enabled, user applications can opt in to a
15861586
relaxed ABI via prctl() allowing tagged addresses to be passed
15871587
to system calls as pointer arguments. For details, see
1588-
Documentation/arm64/tagged-address-abi.rst.
1588+
Documentation/arch/arm64/tagged-address-abi.rst.
15891589

15901590
menuconfig COMPAT
15911591
bool "Kernel support for 32-bit EL0"
@@ -2047,7 +2047,7 @@ config ARM64_MTE
20472047
explicitly opt in. The mechanism for the userspace is
20482048
described in:
20492049

2050-
Documentation/arm64/memory-tagging-extension.rst.
2050+
Documentation/arch/arm64/memory-tagging-extension.rst.
20512051

20522052
endmenu # "ARMv8.5 architectural features"
20532053

arch/arm64/include/asm/efi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ efi_status_t __efi_rt_asm_wrapper(void *, const char *, ...);
8888
* guaranteed to cover the kernel Image.
8989
*
9090
* Since the EFI stub is part of the kernel Image, we can relax the
91-
* usual requirements in Documentation/arm64/booting.rst, which still
91+
* usual requirements in Documentation/arch/arm64/booting.rst, which still
9292
* apply to other bootloaders, and are required for some kernel
9393
* configurations.
9494
*/

arch/arm64/include/asm/image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/*
2929
* struct arm64_image_header - arm64 kernel image header
30-
* See Documentation/arm64/booting.rst for details
30+
* See Documentation/arch/arm64/booting.rst for details
3131
*
3232
* @code0: Executable code, or
3333
* @mz_header alternatively used for part of MZ header

arch/arm64/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ struct zt_context {
177177
* vector length beyond its initial architectural limit of 2048 bits
178178
* (16 quadwords).
179179
*
180-
* See linux/Documentation/arm64/sve.rst for a description of the VL/VQ
180+
* See linux/Documentation/arch/arm64/sve.rst for a description of the VL/VQ
181181
* terminology.
182182
*/
183183
#define SVE_VQ_BYTES __SVE_VQ_BYTES /* bytes per quadword */

arch/arm64/kernel/kexec_image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void *image_load(struct kimage *image,
4848

4949
/*
5050
* We require a kernel with an unambiguous Image header. Per
51-
* Documentation/arm64/booting.rst, this is the case when image_size
51+
* Documentation/arch/arm64/booting.rst, this is the case when image_size
5252
* is non-zero (practically speaking, since v3.17).
5353
*/
5454
h = (struct arm64_image_header *)kernel;

0 commit comments

Comments
 (0)