Skip to content

Commit 790a6c2

Browse files
author
Jonathan Corbet
committed
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>
1 parent 92b3de3 commit 790a6c2

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ parameter is applicable::
131131
LOOP Loopback device support is enabled.
132132
M68k M68k architecture is enabled.
133133
These options have more detailed description inside of
134-
Documentation/m68k/kernel-options.rst.
134+
Documentation/arch/m68k/kernel-options.rst.
135135
MDA MDA console support is enabled.
136136
MIPS MIPS architecture is enabled.
137137
MOUSE Appropriate mouse support is enabled.

Documentation/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ implementation.
1414
../arm64/index
1515
ia64/index
1616
../loongarch/index
17-
../m68k/index
17+
m68k/index
1818
../mips/index
1919
nios2/index
2020
openrisc/index
File renamed without changes.
File renamed without changes.
File renamed without changes.

arch/m68k/Kconfig.machine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config AMIGA
1111
help
1212
This option enables support for the Amiga series of computers. If
1313
you plan to use this kernel on an Amiga, say Y here and browse the
14-
material available in <file:Documentation/m68k>; otherwise say N.
14+
material available in <file:Documentation/arch/m68k>; otherwise say N.
1515

1616
config ATARI
1717
bool "Atari support"
@@ -23,7 +23,7 @@ config ATARI
2323
This option enables support for the 68000-based Atari series of
2424
computers (including the TT, Falcon and Medusa). If you plan to use
2525
this kernel on an Atari, say Y here and browse the material
26-
available in <file:Documentation/m68k>; otherwise say N.
26+
available in <file:Documentation/arch/m68k>; otherwise say N.
2727

2828
config ATARI_KBD_CORE
2929
bool

0 commit comments

Comments
 (0)