diff options
Diffstat (limited to 'Documentation/arch.rst')
-rw-r--r-- | Documentation/arch.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/arch.rst b/Documentation/arch.rst new file mode 100644 index 000000000..41a66a8b3 --- /dev/null +++ b/Documentation/arch.rst @@ -0,0 +1,28 @@ +.. 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 |