mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 05:22:49 -04:00
and fix all in-tree references. 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. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230725043835.2249678-1-costa.shul@redhat.com
30 lines
409 B
ReStructuredText
30 lines
409 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
处理器体系结构
|
|
==============
|
|
|
|
以下文档提供了具体架构实现的编程细节。
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
mips/index
|
|
arm64/index
|
|
../riscv/index
|
|
openrisc/index
|
|
parisc/index
|
|
loongarch/index
|
|
|
|
TODOList:
|
|
|
|
* arm/index
|
|
* ia64/index
|
|
* m68k/index
|
|
* nios2/index
|
|
* powerpc/index
|
|
* s390/index
|
|
* sh/index
|
|
* sparc/index
|
|
* x86/index
|
|
* xtensa/index
|