diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-30 13:48:12 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-04-10 16:46:11 -0600 |
commit | 790a6c21c111ba7dcddf762f791fb3178711b82f (patch) | |
tree | 5f079a93c2f80a4027771d345b70a72adfe6ea10 /Documentation | |
parent | 92b3de3f8ad7daddaf90ae7ce6162ca28db20370 (diff) |
docs: move m68k architecture documentation under Documentation/arch/
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/m68k into arch/ and fix all in-tree references.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.rst | 2 | ||||
-rw-r--r-- | Documentation/arch/index.rst | 2 | ||||
-rw-r--r-- | Documentation/arch/m68k/buddha-driver.rst (renamed from Documentation/m68k/buddha-driver.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/m68k/features.rst (renamed from Documentation/m68k/features.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/m68k/index.rst (renamed from Documentation/m68k/index.rst) | 0 | ||||
-rw-r--r-- | Documentation/arch/m68k/kernel-options.rst (renamed from Documentation/m68k/kernel-options.rst) | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst index c833eac3fe59..6385e3b9b879 100644 --- a/Documentation/admin-guide/kernel-parameters.rst +++ b/Documentation/admin-guide/kernel-parameters.rst @@ -131,7 +131,7 @@ parameter is applicable:: LOOP Loopback device support is enabled. M68k M68k architecture is enabled. These options have more detailed description inside of - Documentation/m68k/kernel-options.rst. + Documentation/arch/m68k/kernel-options.rst. MDA MDA console support is enabled. MIPS MIPS architecture is enabled. MOUSE Appropriate mouse support is enabled. diff --git a/Documentation/arch/index.rst b/Documentation/arch/index.rst index 6839cd46850d..80ee31016584 100644 --- a/Documentation/arch/index.rst +++ b/Documentation/arch/index.rst @@ -14,7 +14,7 @@ implementation. ../arm64/index ia64/index ../loongarch/index - ../m68k/index + m68k/index ../mips/index nios2/index openrisc/index diff --git a/Documentation/m68k/buddha-driver.rst b/Documentation/arch/m68k/buddha-driver.rst index 20e401413991..20e401413991 100644 --- a/Documentation/m68k/buddha-driver.rst +++ b/Documentation/arch/m68k/buddha-driver.rst diff --git a/Documentation/m68k/features.rst b/Documentation/arch/m68k/features.rst index 5107a2119472..5107a2119472 100644 --- a/Documentation/m68k/features.rst +++ b/Documentation/arch/m68k/features.rst diff --git a/Documentation/m68k/index.rst b/Documentation/arch/m68k/index.rst index 0f890dbb5fe2..0f890dbb5fe2 100644 --- a/Documentation/m68k/index.rst +++ b/Documentation/arch/m68k/index.rst diff --git a/Documentation/m68k/kernel-options.rst b/Documentation/arch/m68k/kernel-options.rst index 2008a20b4329..2008a20b4329 100644 --- a/Documentation/m68k/kernel-options.rst +++ b/Documentation/arch/m68k/kernel-options.rst |