mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
doc: Add SH to vdso and earlyprintk in kernel-parameters.txt
SH supports both of these options, add it to the docs. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
c8bfa1fdc8
commit
e523d93c84
1 changed files with 3 additions and 2 deletions
|
@ -79,6 +79,7 @@ parameter is applicable:
|
||||||
Documentation/scsi/.
|
Documentation/scsi/.
|
||||||
SELINUX SELinux support is enabled.
|
SELINUX SELinux support is enabled.
|
||||||
SERIAL Serial support is enabled.
|
SERIAL Serial support is enabled.
|
||||||
|
SH SuperH architecture is enabled.
|
||||||
SMP The kernel is an SMP kernel.
|
SMP The kernel is an SMP kernel.
|
||||||
SPARC Sparc architecture is enabled.
|
SPARC Sparc architecture is enabled.
|
||||||
SWSUSP Software suspend is enabled.
|
SWSUSP Software suspend is enabled.
|
||||||
|
@ -485,7 +486,7 @@ and is between 256 and 4096 characters. It is defined in the file
|
||||||
|
|
||||||
dtc3181e= [HW,SCSI]
|
dtc3181e= [HW,SCSI]
|
||||||
|
|
||||||
earlyprintk= [IA-32,X86-64]
|
earlyprintk= [IA-32,X86-64,SH]
|
||||||
earlyprintk=vga
|
earlyprintk=vga
|
||||||
earlyprintk=serial[,ttySn[,baudrate]]
|
earlyprintk=serial[,ttySn[,baudrate]]
|
||||||
|
|
||||||
|
@ -1768,7 +1769,7 @@ and is between 256 and 4096 characters. It is defined in the file
|
||||||
usbhid.mousepoll=
|
usbhid.mousepoll=
|
||||||
[USBHID] The interval which mice are to be polled at.
|
[USBHID] The interval which mice are to be polled at.
|
||||||
|
|
||||||
vdso= [IA-32]
|
vdso= [IA-32,SH]
|
||||||
vdso=1: enable VDSO (default)
|
vdso=1: enable VDSO (default)
|
||||||
vdso=0: disable VDSO mapping
|
vdso=0: disable VDSO mapping
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue