mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-25 09:47:07 -04:00
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>
This commit is contained in:
parent
1a2ac6d7ec
commit
d47a97bd38
8 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ implementation.
|
||||||
../powerpc/index
|
../powerpc/index
|
||||||
../riscv/index
|
../riscv/index
|
||||||
../s390/index
|
../s390/index
|
||||||
../sh/index
|
sh/index
|
||||||
sparc/index
|
sparc/index
|
||||||
x86/index
|
x86/index
|
||||||
xtensa/index
|
xtensa/index
|
||||||
|
|
|
@ -20125,7 +20125,7 @@ M: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
|
||||||
L: linux-sh@vger.kernel.org
|
L: linux-sh@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
Q: http://patchwork.kernel.org/project/linux-sh/list/
|
Q: http://patchwork.kernel.org/project/linux-sh/list/
|
||||||
F: Documentation/sh/
|
F: Documentation/arch/sh/
|
||||||
F: arch/sh/
|
F: arch/sh/
|
||||||
F: drivers/sh/
|
F: drivers/sh/
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ config CPU_HAS_SR_RB
|
||||||
that are lacking this bit must have another method in place for
|
that are lacking this bit must have another method in place for
|
||||||
accomplishing what is taken care of by the banked registers.
|
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.
|
information on SR.RB and register banking in the kernel in general.
|
||||||
|
|
||||||
config CPU_HAS_PTEAEX
|
config CPU_HAS_PTEAEX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue