Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+12 -12
+1 -1
arch/arm/Kconfig
··· 1780 1780 Say Y to include VFP support code in the kernel. This is needed 1781 1781 if your hardware includes a VFP unit. 1782 1782 1783 - Please see <file:Documentation/arm/vfp/release-notes.rst> for 1783 + Please see <file:Documentation/arch/arm/vfp/release-notes.rst> for 1784 1784 release notes and additional status information. 1785 1785 1786 1786 Say N if your target does not have VFP hardware.
+1 -1
arch/arm/common/mcpm_entry.c
··· 21 21 /* 22 22 * The public API for this code is documented in arch/arm/include/asm/mcpm.h. 23 23 * 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. 25 25 */ 26 26 27 27 struct sync_struct mcpm_sync;
+1 -1
arch/arm/common/mcpm_head.S
··· 5 5 * Created by: Nicolas Pitre, March 2012 6 6 * Copyright: (C) 2012-2013 Linaro Limited 7 7 * 8 - * Refer to Documentation/arm/cluster-pm-race-avoidance.rst 8 + * Refer to Documentation/arch/arm/cluster-pm-race-avoidance.rst 9 9 * for details of the synchronisation algorithms used here. 10 10 */ 11 11
+1 -1
arch/arm/common/vlock.S
··· 6 6 * Copyright: (C) 2012-2013 Linaro Limited 7 7 * 8 8 * This algorithm is described in more detail in 9 - * Documentation/arm/vlocks.rst. 9 + * Documentation/arch/arm/vlocks.rst. 10 10 */ 11 11 12 12 #include <linux/linkage.h>
+1 -1
arch/arm/include/asm/setup.h
··· 5 5 * Copyright (C) 1997-1999 Russell King 6 6 * 7 7 * 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 9 9 * for more info. 10 10 */ 11 11 #ifndef __ASMARM_SETUP_H
+1 -1
arch/arm/include/uapi/asm/setup.h
··· 9 9 * published by the Free Software Foundation. 10 10 * 11 11 * 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 13 13 * for more info. 14 14 */ 15 15 #ifndef _UAPI__ASMARM_SETUP_H
+1 -1
arch/arm/kernel/entry-armv.S
··· 875 875 * existing ones. This mechanism should be used only for things that are 876 876 * really small and justified, and not be abused freely. 877 877 * 878 - * See Documentation/arm/kernel_user_helpers.rst for formal definitions. 878 + * See Documentation/arch/arm/kernel_user_helpers.rst for formal definitions. 879 879 */ 880 880 THUMB( .arm ) 881 881
+1 -1
arch/arm/mach-exynos/common.h
··· 106 106 #define C2_STATE (1 << 3) 107 107 /* 108 108 * 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 110 110 */ 111 111 #define EXYNOS_SLEEP_MAGIC 0x00000bad 112 112 #define EXYNOS_AFTR_MAGIC 0xfcba0d10
+1 -1
arch/arm/mach-sti/Kconfig
··· 21 21 help 22 22 Include support for STMicroelectronics' STiH415/416, STiH407/10 and 23 23 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 25 25 Documentation/devicetree. 26 26 27 27 if ARCH_STI
+2 -2
arch/arm/mm/Kconfig
··· 712 712 assistance. 713 713 714 714 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 716 716 details. 717 717 718 718 config SWP_EMULATE ··· 904 904 the CPU type fitted to the system. This permits binaries to be 905 905 run on ARMv4 through to ARMv7 without modification. 906 906 907 - See Documentation/arm/kernel_user_helpers.rst for details. 907 + See Documentation/arch/arm/kernel_user_helpers.rst for details. 908 908 909 909 However, the fixed address nature of these helpers can be used 910 910 by ROP (return orientated programming) authors when creating
+1 -1
arch/arm/tools/mach-types
··· 7 7 # http://www.arm.linux.org.uk/developer/machines/download.php 8 8 # 9 9 # Please do not send patches to this file; it is automatically generated! 10 - # To add an entry into this database, please see Documentation/arm/arm.rst, 10 + # To add an entry into this database, please see Documentation/arch/arm/arm.rst, 11 11 # or visit: 12 12 # 13 13 # http://www.arm.linux.org.uk/developer/machines/?action=new