Skip to content

Commit e318b36

Browse files
author
Jonathan Corbet
committed
arm: update in-source documentation references
The Arm documentation has moved to Documentation/arch/arm; update references within arch/arm to match. Cc: Russell King <linux@armlinux.org.uk> Cc: Alim Akhtar <alim.akhtar@samsung.com> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: linux-doc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-arch@vger.kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent e790a4c commit e318b36

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

arch/arm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ config VFP
17801780
Say Y to include VFP support code in the kernel. This is needed
17811781
if your hardware includes a VFP unit.
17821782

1783-
Please see <file:Documentation/arm/vfp/release-notes.rst> for
1783+
Please see <file:Documentation/arch/arm/vfp/release-notes.rst> for
17841784
release notes and additional status information.
17851785

17861786
Say N if your target does not have VFP hardware.

arch/arm/common/mcpm_entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/*
2222
* The public API for this code is documented in arch/arm/include/asm/mcpm.h.
2323
* For a comprehensive description of the main algorithm used here, please
24-
* see Documentation/arm/cluster-pm-race-avoidance.rst.
24+
* see Documentation/arch/arm/cluster-pm-race-avoidance.rst.
2525
*/
2626

2727
struct sync_struct mcpm_sync;

arch/arm/common/mcpm_head.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Created by: Nicolas Pitre, March 2012
66
* Copyright: (C) 2012-2013 Linaro Limited
77
*
8-
* Refer to Documentation/arm/cluster-pm-race-avoidance.rst
8+
* Refer to Documentation/arch/arm/cluster-pm-race-avoidance.rst
99
* for details of the synchronisation algorithms used here.
1010
*/
1111

arch/arm/common/vlock.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright: (C) 2012-2013 Linaro Limited
77
*
88
* This algorithm is described in more detail in
9-
* Documentation/arm/vlocks.rst.
9+
* Documentation/arch/arm/vlocks.rst.
1010
*/
1111

1212
#include <linux/linkage.h>

arch/arm/include/asm/setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1997-1999 Russell King
66
*
77
* Structure passed to kernel to tell it about the
8-
* hardware it's running on. See Documentation/arm/setup.rst
8+
* hardware it's running on. See Documentation/arch/arm/setup.rst
99
* for more info.
1010
*/
1111
#ifndef __ASMARM_SETUP_H

arch/arm/include/uapi/asm/setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* published by the Free Software Foundation.
1010
*
1111
* Structure passed to kernel to tell it about the
12-
* hardware it's running on. See Documentation/arm/setup.rst
12+
* hardware it's running on. See Documentation/arch/arm/setup.rst
1313
* for more info.
1414
*/
1515
#ifndef _UAPI__ASMARM_SETUP_H

arch/arm/kernel/entry-armv.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ ENDPROC(__bad_stack)
875875
* existing ones. This mechanism should be used only for things that are
876876
* really small and justified, and not be abused freely.
877877
*
878-
* See Documentation/arm/kernel_user_helpers.rst for formal definitions.
878+
* See Documentation/arch/arm/kernel_user_helpers.rst for formal definitions.
879879
*/
880880
THUMB( .arm )
881881

arch/arm/mach-exynos/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void exynos_firmware_init(void);
106106
#define C2_STATE (1 << 3)
107107
/*
108108
* Magic values for bootloader indicating chosen low power mode.
109-
* See also Documentation/arm/samsung/bootloader-interface.rst
109+
* See also Documentation/arch/arm/samsung/bootloader-interface.rst
110110
*/
111111
#define EXYNOS_SLEEP_MAGIC 0x00000bad
112112
#define EXYNOS_AFTR_MAGIC 0xfcba0d10

arch/arm/mach-sti/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ menuconfig ARCH_STI
2121
help
2222
Include support for STMicroelectronics' STiH415/416, STiH407/10 and
2323
STiH418 family SoCs using the Device Tree for discovery. More
24-
information can be found in Documentation/arm/sti/ and
24+
information can be found in Documentation/arch/arm/sti/ and
2525
Documentation/devicetree.
2626

2727
if ARCH_STI

arch/arm/mm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ config ARM_VIRT_EXT
712712
assistance.
713713

714714
A compliant bootloader is required in order to make maximum
715-
use of this feature. Refer to Documentation/arm/booting.rst for
715+
use of this feature. Refer to Documentation/arch/arm/booting.rst for
716716
details.
717717

718718
config SWP_EMULATE
@@ -904,7 +904,7 @@ config KUSER_HELPERS
904904
the CPU type fitted to the system. This permits binaries to be
905905
run on ARMv4 through to ARMv7 without modification.
906906

907-
See Documentation/arm/kernel_user_helpers.rst for details.
907+
See Documentation/arch/arm/kernel_user_helpers.rst for details.
908908

909909
However, the fixed address nature of these helpers can be used
910910
by ROP (return orientated programming) authors when creating

0 commit comments

Comments
 (0)