Commit e318b36e authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
parent e790a4ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1780,7 +1780,7 @@ config VFP
	  Say Y to include VFP support code in the kernel. This is needed
	  if your hardware includes a VFP unit.

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

	  Say N if your target does not have VFP hardware.
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
/*
 * The public API for this code is documented in arch/arm/include/asm/mcpm.h.
 * For a comprehensive description of the main algorithm used here, please
 * see Documentation/arm/cluster-pm-race-avoidance.rst.
 * see Documentation/arch/arm/cluster-pm-race-avoidance.rst.
 */

struct sync_struct mcpm_sync;
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 * Created by:  Nicolas Pitre, March 2012
 * Copyright:   (C) 2012-2013  Linaro Limited
 *
 * Refer to Documentation/arm/cluster-pm-race-avoidance.rst
 * Refer to Documentation/arch/arm/cluster-pm-race-avoidance.rst
 * for details of the synchronisation algorithms used here.
 */

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * Copyright:	(C) 2012-2013  Linaro Limited
 *
 * This algorithm is described in more detail in
 * Documentation/arm/vlocks.rst.
 * Documentation/arch/arm/vlocks.rst.
 */

#include <linux/linkage.h>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *  Copyright (C) 1997-1999 Russell King
 *
 *  Structure passed to kernel to tell it about the
 *  hardware it's running on.  See Documentation/arm/setup.rst
 *  hardware it's running on.  See Documentation/arch/arm/setup.rst
 *  for more info.
 */
#ifndef __ASMARM_SETUP_H
Loading