diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-07 13:08:33 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-07 13:08:33 -0500 |
commit | d694c16bc332c7e706f44e3d10bea06228166a6f (patch) | |
tree | 72d0ab61ce633002a1c4de2406101e28e101afa3 /Documentation | |
parent | d04f41e35343f1d788551fd3f753f51794f4afcf (diff) | |
parent | ccd45ad405bcb1504bd923bd0487902374c942c8 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:
sh: Kill off I/O cruft for R7780RP.
sh: Revert lazy dcache writeback changes.
sh: Enable SM501 support for RTS7751R2D.
sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.
sysctl: Support vdso_enabled sysctl on SH.
sh: Fix kernel thread stack corruption with preempt.
doc: Add SH to vdso and earlyprintk in kernel-parameters.txt
sh: Fix sigmask trampling in signal delivery.
sh: Clear UBC when not in use.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6e92ba61f7c0..914119309ddb 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 | ||
@@ -1784,7 +1785,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1784 | usbhid.mousepoll= | 1785 | usbhid.mousepoll= |
1785 | [USBHID] The interval which mice are to be polled at. | 1786 | [USBHID] The interval which mice are to be polled at. |
1786 | 1787 | ||
1787 | vdso= [IA-32] | 1788 | vdso= [IA-32,SH] |
1788 | vdso=1: enable VDSO (default) | 1789 | vdso=1: enable VDSO (default) |
1789 | vdso=0: disable VDSO mapping | 1790 | vdso=0: disable VDSO mapping |
1790 | 1791 | ||