Skip to content

Commit da1e42b

Browse files
author
Baoquan He
committed
arm64: Fix dangling references to Documentation/arm64
JIRA: https://issues.redhat.com/browse/RHEL-32199 Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git commit 6e4596c Author: Jonathan Corbet <corbet@lwn.net> Date: Mon Jun 12 06:10:53 2023 -0600 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 <will@kernel.org> Cc: Ard Biesheuvel <ardb@kernel.org> Cc: linux-efi@vger.kernel.org Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Baoquan He <bhe@redhat.com>
1 parent 5cc3cdb commit da1e42b

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
@@ -1587,7 +1587,7 @@ config ARM64_TAGGED_ADDR_ABI
15871587
When this option is enabled, user applications can opt in to a
15881588
relaxed ABI via prctl() allowing tagged addresses to be passed
15891589
to system calls as pointer arguments. For details, see
1590-
Documentation/arm64/tagged-address-abi.rst.
1590+
Documentation/arch/arm64/tagged-address-abi.rst.
15911591

15921592
menuconfig COMPAT
15931593
bool "Kernel support for 32-bit EL0"
@@ -2048,7 +2048,7 @@ config ARM64_MTE
20482048
explicitly opt in. The mechanism for the userspace is
20492049
described in:
20502050

2051-
Documentation/arm64/memory-tagging-extension.rst.
2051+
Documentation/arch/arm64/memory-tagging-extension.rst.
20522052

20532053
endmenu # "ARMv8.5 architectural features"
20542054

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
@@ -173,7 +173,7 @@ struct zt_context {
173173
* vector length beyond its initial architectural limit of 2048 bits
174174
* (16 quadwords).
175175
*
176-
* See linux/Documentation/arm64/sve.rst for a description of the VL/VQ
176+
* See linux/Documentation/arch/arm64/sve.rst for a description of the VL/VQ
177177
* terminology.
178178
*/
179179
#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)