File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
2727struct sync_struct mcpm_sync ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ ENDPROC(__bad_stack)
875875 * existing ones. This mechanism should be used only for things th at 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2727if ARCH_STI
Original file line number Diff line number Diff 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
718718config 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
You can’t perform that action at this time.
0 commit comments