aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-02-28 04:30:01 -0500
committerPaul Mundt <lethal@linux-sh.org>2007-03-05 00:13:25 -0500
commite523d93c8487667552dd29ff756d6ea6bce30851 (patch)
tree4576103ca4c619dcb230f9e0c0114ec34ea320e1 /Documentation/kernel-parameters.txt
parentc8bfa1fdc84af7b5e3c7f825a9f0bc6e8a19f5d5 (diff)
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>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 03eb5ed503f7..757dd994b879 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -79,6 +79,7 @@ parameter is applicable:
79 Documentation/scsi/. 79 Documentation/scsi/.
80 SELINUX SELinux support is enabled. 80 SELINUX SELinux support is enabled.
81 SERIAL Serial support is enabled. 81 SERIAL Serial support is enabled.
82 SH SuperH architecture is enabled.
82 SMP The kernel is an SMP kernel. 83 SMP The kernel is an SMP kernel.
83 SPARC Sparc architecture is enabled. 84 SPARC Sparc architecture is enabled.
84 SWSUSP Software suspend is enabled. 85 SWSUSP Software suspend is enabled.
@@ -485,7 +486,7 @@ and is between 256 and 4096 characters. It is defined in the file
485 486
486 dtc3181e= [HW,SCSI] 487 dtc3181e= [HW,SCSI]
487 488
488 earlyprintk= [IA-32,X86-64] 489 earlyprintk= [IA-32,X86-64,SH]
489 earlyprintk=vga 490 earlyprintk=vga
490 earlyprintk=serial[,ttySn[,baudrate]] 491 earlyprintk=serial[,ttySn[,baudrate]]
491 492
@@ -1768,7 +1769,7 @@ and is between 256 and 4096 characters. It is defined in the file
1768 usbhid.mousepoll= 1769 usbhid.mousepoll=
1769 [USBHID] The interval which mice are to be polled at. 1770 [USBHID] The interval which mice are to be polled at.
1770 1771
1771 vdso= [IA-32] 1772 vdso= [IA-32,SH]
1772 vdso=1: enable VDSO (default) 1773 vdso=1: enable VDSO (default)
1773 vdso=0: disable VDSO mapping 1774 vdso=0: disable VDSO mapping
1774 1775