diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-04 10:58:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-04 10:58:52 -0500 |
commit | f5bb3a5e9dcdb8435471562b6cada89525cf4df1 (patch) | |
tree | 7b7cf9b90bacd0e2fe07cb3387516e9243f1ab66 /Documentation/kernel-parameters.txt | |
parent | 9853832c49dc1685587abeb4e1decd4be690d256 (diff) | |
parent | 1560a79a2c2ea0c3826150da8029991d685de990 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (79 commits)
Jesper Juhl is the new trivial patches maintainer
Documentation: mention email-clients.txt in SubmittingPatches
fs/binfmt_elf.c: spello fix
do_invalidatepage() comment typo fix
Documentation/filesystems/porting fixes
typo fixes in net/core/net_namespace.c
typo fix in net/rfkill/rfkill.c
typo fixes in net/sctp/sm_statefuns.c
lib/: Spelling fixes
kernel/: Spelling fixes
include/scsi/: Spelling fixes
include/linux/: Spelling fixes
include/asm-m68knommu/: Spelling fixes
include/asm-frv/: Spelling fixes
fs/: Spelling fixes
drivers/watchdog/: Spelling fixes
drivers/video/: Spelling fixes
drivers/ssb/: Spelling fixes
drivers/serial/: Spelling fixes
drivers/scsi/: Spelling fixes
...
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index cf3868956f1e..9ad4e6fc56fd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -549,7 +549,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
549 | 1 will print _a lot_ more information - normally | 549 | 1 will print _a lot_ more information - normally |
550 | only useful to kernel developers. | 550 | only useful to kernel developers. |
551 | 551 | ||
552 | decnet= [HW,NET] | 552 | decnet.addr= [HW,NET] |
553 | Format: <area>[,<node>] | 553 | Format: <area>[,<node>] |
554 | See also Documentation/networking/decnet.txt. | 554 | See also Documentation/networking/decnet.txt. |
555 | 555 | ||
@@ -1561,14 +1561,17 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1561 | ramdisk_size= [RAM] Sizes of RAM disks in kilobytes | 1561 | ramdisk_size= [RAM] Sizes of RAM disks in kilobytes |
1562 | See Documentation/ramdisk.txt. | 1562 | See Documentation/ramdisk.txt. |
1563 | 1563 | ||
1564 | rcu.blimit= [KNL,BOOT] Set maximum number of finished | 1564 | rcupdate.blimit= [KNL,BOOT] |
1565 | RCU callbacks to process in one batch. | 1565 | Set maximum number of finished RCU callbacks to process |
1566 | in one batch. | ||
1566 | 1567 | ||
1567 | rcu.qhimark= [KNL,BOOT] Set threshold of queued | 1568 | rcupdate.qhimark= [KNL,BOOT] |
1569 | Set threshold of queued | ||
1568 | RCU callbacks over which batch limiting is disabled. | 1570 | RCU callbacks over which batch limiting is disabled. |
1569 | 1571 | ||
1570 | rcu.qlowmark= [KNL,BOOT] Set threshold of queued | 1572 | rcupdate.qlowmark= [KNL,BOOT] |
1571 | RCU callbacks below which batch limiting is re-enabled. | 1573 | Set threshold of queued RCU callbacks below which |
1574 | batch limiting is re-enabled. | ||
1572 | 1575 | ||
1573 | rdinit= [KNL] | 1576 | rdinit= [KNL] |
1574 | Format: <full_path> | 1577 | Format: <full_path> |
@@ -1888,9 +1891,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1888 | st= [HW,SCSI] SCSI tape parameters (buffers, etc.) | 1891 | st= [HW,SCSI] SCSI tape parameters (buffers, etc.) |
1889 | See Documentation/scsi/st.txt. | 1892 | See Documentation/scsi/st.txt. |
1890 | 1893 | ||
1891 | st0x= [HW,SCSI] | ||
1892 | See header of drivers/scsi/seagate.c. | ||
1893 | |||
1894 | sti= [PARISC,HW] | 1894 | sti= [PARISC,HW] |
1895 | Format: <num> | 1895 | Format: <num> |
1896 | Set the STI (builtin display/keyboard on the HP-PARISC | 1896 | Set the STI (builtin display/keyboard on the HP-PARISC |
@@ -1975,9 +1975,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1975 | tipar.delay= [HW,PPT] | 1975 | tipar.delay= [HW,PPT] |
1976 | Set inter-bit delay in microseconds (default 10). | 1976 | Set inter-bit delay in microseconds (default 10). |
1977 | 1977 | ||
1978 | tmc8xx= [HW,SCSI] | ||
1979 | See header of drivers/scsi/seagate.c. | ||
1980 | |||
1981 | tmscsim= [HW,SCSI] | 1978 | tmscsim= [HW,SCSI] |
1982 | See comment before function dc390_setup() in | 1979 | See comment before function dc390_setup() in |
1983 | drivers/scsi/tmscsim.c. | 1980 | drivers/scsi/tmscsim.c. |