diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-15 01:39:37 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 22:27:27 +0300 |
commit | 4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab (patch) | |
tree | 3441450a49b7875b9e229ad127fceaf5e0fd9b52 /Documentation/arch | |
parent | efe920466f51fbd4405d33c6dd2b683571f93a7a (diff) | |
download | linux-4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab.tar.xz |
docs: create a top-level arch/ directory
As the first step in bringing some order to our architecture-specific
documentation, create a top-level arch/ directory and move arch.rst as its
index.rst file.
There is no change in the rendered docs at this point.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/arch/index.rst b/Documentation/arch/index.rst new file mode 100644 index 000000000000..5f494e001eb4 --- /dev/null +++ b/Documentation/arch/index.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 |