mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
d47a97bd38
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>
29 lines
481 B
ReStructuredText
29 lines
481 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
CPU Architectures
|
|
=================
|
|
|
|
These books provide programming details about architecture-specific
|
|
implementation.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
../arc/index
|
|
../arm/index
|
|
../arm64/index
|
|
../ia64/index
|
|
../loongarch/index
|
|
../m68k/index
|
|
../mips/index
|
|
../nios2/index
|
|
../openrisc/index
|
|
../parisc/index
|
|
../powerpc/index
|
|
../riscv/index
|
|
../s390/index
|
|
sh/index
|
|
sparc/index
|
|
x86/index
|
|
xtensa/index
|