mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
e4624435f3
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/arm64 into arch/ (along with the Chinese equvalent translations) and fix up documentation references. Cc: Will Deacon <will@kernel.org> Cc: Alex Shi <alexs@kernel.org> Cc: Hu Haowen <src.res@email.cn> Cc: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Reviewed-by: Yantengsi <siyanteng@loongson.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
29 lines
457 B
ReStructuredText
29 lines
457 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
|