Commit 37002bc6 authored by Costa Shulyupin's avatar Costa Shulyupin Committed by Heiko Carstens
Browse files

docs: move s390 under arch



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: default avatarCosta Shulyupin <costa.shul@redhat.com>
Reviewed-by: default avatarTony Krowiak <akrowiak@linux.ibm.com>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
Acked-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20230718045550.495428-1-costa.shul@redhat.com


Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent e3123dfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -553,7 +553,7 @@
			others).

	ccw_timeout_log	[S390]
			See Documentation/s390/common_io.rst for details.
			See Documentation/arch/s390/common_io.rst for details.

	cgroup_disable=	[KNL] Disable a particular controller or optional feature
			Format: {name of the controller(s) or feature(s) to disable}
@@ -598,7 +598,7 @@
			Setting checkreqprot to 1 is deprecated.

	cio_ignore=	[S390]
			See Documentation/s390/common_io.rst for details.
			See Documentation/arch/s390/common_io.rst for details.

	clearcpuid=X[,X...] [X86]
			Disable CPUID feature X for the kernel. See
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ implementation.
   parisc/index
   ../powerpc/index
   ../riscv/index
   ../s390/index
   s390/index
   sh/index
   sparc/index
   x86/index
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ Here are the installation steps in detail:
	as a 3270, not a 3215.

	5. Run the 3270 configuration script config3270.  It is
	distributed in this same directory, Documentation/s390, as
	distributed in this same directory, Documentation/arch/s390, as
	config3270.sh.  Inspect the output script it produces,
	/tmp/mkdev3270, and then run that script.  This will create the
	necessary character special device files and make the necessary
@@ -125,7 +125,7 @@ Here are the installation steps in detail:
	Then notify /sbin/init that /etc/inittab has changed, by issuing
	the telinit command with the q operand::

		cd Documentation/s390
		cd Documentation/arch/s390
		sh config3270.sh
		sh /tmp/mkdev3270
		telinit q
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ some of them are ESA/390 platform specific.

Note:
  In order to write a driver for S/390, you also need to look into the interface
  described in Documentation/s390/driver-model.rst.
  described in Documentation/arch/s390/driver-model.rst.

Note for porting drivers from 2.4:

Loading