Skip to content

Commit

Permalink
docs: move superh documentation under Documentation/arch/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet committed Mar 30, 2023
1 parent 1a2ac6d commit d47a97b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/arch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ implementation.
../powerpc/index
../riscv/index
../s390/index
../sh/index
sh/index
sparc/index
x86/index
xtensa/index
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion arch/sh/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47a97b

Please sign in to comment.