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

docs: move sparc documentation under Documentation/arch/

Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy. Move
Documentation/sparc into arch/ and fix all in-tree references.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+2 -2
+1 -1
Documentation/arch/index.rst
··· 23 23 ../riscv/index 24 24 ../s390/index 25 25 ../sh/index 26 - ../sparc/index 26 + sparc/index 27 27 x86/index 28 28 xtensa/index
Documentation/sparc/adi.rst Documentation/arch/sparc/adi.rst
Documentation/sparc/console.rst Documentation/arch/sparc/console.rst
Documentation/sparc/features.rst Documentation/arch/sparc/features.rst
Documentation/sparc/index.rst Documentation/arch/sparc/index.rst
Documentation/sparc/oradax/dax-hv-api.txt Documentation/arch/sparc/oradax/dax-hv-api.txt
Documentation/sparc/oradax/oracle-dax.rst Documentation/arch/sparc/oradax/oracle-dax.rst
+1 -1
drivers/sbus/char/oradax.c
··· 18 18 * the recommended way for applications to use the coprocessor, and 19 19 * the driver interface is not intended for general use. 20 20 * 21 - * See Documentation/sparc/oradax/oracle-dax.rst for more details. 21 + * See Documentation/arch/sparc/oradax/oracle-dax.rst for more details. 22 22 */ 23 23 24 24 #include <linux/uaccess.h>