diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 14:17:42 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-30 13:00:35 -0600 |
commit | d47a97bd38a3ac295ff8a23b979ef1f9a9fc36e7 (patch) | |
tree | 13a0e24a51f4e7c6af29bbecad6161d46206d909 | |
parent | 1a2ac6d7ecdcde74a4e16f31de64124160fc7237 (diff) |
docs: move superh 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/sh into arch/ and fix all in-tree references.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/arch/index.rst | 2 | ||||
-rw-r--r-- | Documentation/arch/sh/booting.rst (renamed from Documentation/sh/booting.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/sh/features.rst (renamed from Documentation/sh/features.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/sh/index.rst (renamed from Documentation/sh/index.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/sh/new-machine.rst (renamed from Documentation/sh/new-machine.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/sh/register-banks.rst (renamed from Documentation/sh/register-banks.rst) | 0 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | arch/sh/Kconfig.cpu | 2 |
8 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/arch/index.rst b/Documentation/arch/index.rst index 8ec614488bd2..792f58e30f25 100644 --- a/Documentation/arch/index.rst +++ b/Documentation/arch/index.rst @@ -22,7 +22,7 @@ implementation. ../powerpc/index ../riscv/index ../s390/index - ../sh/index + sh/index sparc/index x86/index xtensa/index diff --git a/Documentation/sh/booting.rst b/Documentation/arch/sh/booting.rst index d851c49a01bf..d851c49a01bf 100644 --- a/Documentation/sh/booting.rst +++ b/Documentation/arch/sh/booting.rst diff --git a/Documentation/sh/features.rst b/Documentation/arch/sh/features.rst index f722af3b6c99..f722af3b6c99 100644 --- a/Documentation/sh/features.rst +++ b/Documentation/arch/sh/features.rst diff --git a/Documentation/sh/index.rst b/Documentation/arch/sh/index.rst index c64776738cf6..c64776738cf6 100644 --- a/Documentation/sh/index.rst +++ b/Documentation/arch/sh/index.rst diff --git a/Documentation/sh/new-machine.rst b/Documentation/arch/sh/new-machine.rst index e501c52b3b30..e501c52b3b30 100644 --- a/Documentation/sh/new-machine.rst +++ b/Documentation/arch/sh/new-machine.rst diff --git a/Documentation/sh/register-banks.rst b/Documentation/arch/sh/register-banks.rst index 2bef5c8fcbbc..2bef5c8fcbbc 100644 --- a/Documentation/sh/register-banks.rst +++ b/Documentation/arch/sh/register-banks.rst diff --git a/MAINTAINERS b/MAINTAINERS index 250df8cee463..cf4eb913ea12 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20125,7 +20125,7 @@ M: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> L: linux-sh@vger.kernel.org S: Maintained Q: http://patchwork.kernel.org/project/linux-sh/list/ -F: Documentation/sh/ +F: Documentation/arch/sh/ F: arch/sh/ F: drivers/sh/ diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index fff419f3d757..336c54369636 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu @@ -85,7 +85,7 @@ config CPU_HAS_SR_RB that are lacking this bit must have another method in place for accomplishing what is taken care of by the banked registers. - See <file:Documentation/sh/register-banks.rst> for further + See <file:Documentation/arch/sh/register-banks.rst> for further information on SR.RB and register banking in the kernel in general. config CPU_HAS_PTEAEX |