diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-05-06 19:02:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-06 19:36:10 -0400 |
commit | ca1eda2d75b855f434b1d5458534332ffad92d65 (patch) | |
tree | 697000626a5f4819540e68fafc98ae4d3c2023d7 /Documentation/kernel-parameters.txt | |
parent | bdca0f9b1eabb24373e2307fe492f428f5928abc (diff) |
doc: small kernel-parameters updates
Change last "i386" to X86-32 as is used throughout the rest of the file.
Change combination of X86-32,X86-64 to just X86, as is done throughout the
rest of the file.
Add a note that hyphens and underscores are equivalent in parameter names,
with examples.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jan Engelhardt <jengelh@medozas.de>
Cc: Christopher Sylvain <chris.sylvain@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 52f5ce4ca8ba..e87bdbfbcc75 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -17,6 +17,12 @@ are specified on the kernel command line with the module name plus | |||
17 | 17 | ||
18 | usbcore.blinkenlights=1 | 18 | usbcore.blinkenlights=1 |
19 | 19 | ||
20 | Hyphens (dashes) and underscores are equivalent in parameter names, so | ||
21 | log_buf_len=1M print-fatal-signals=1 | ||
22 | can also be entered as | ||
23 | log-buf-len=1M print_fatal_signals=1 | ||
24 | |||
25 | |||
20 | This document may not be entirely up to date and comprehensive. The command | 26 | This document may not be entirely up to date and comprehensive. The command |
21 | "modinfo -p ${modulename}" shows a current list of all parameters of a loadable | 27 | "modinfo -p ${modulename}" shows a current list of all parameters of a loadable |
22 | module. Loadable modules, after being loaded into the running kernel, also | 28 | module. Loadable modules, after being loaded into the running kernel, also |
@@ -345,7 +351,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
345 | not play well with APC CPU idle - disable it if you have | 351 | not play well with APC CPU idle - disable it if you have |
346 | APC and your system crashes randomly. | 352 | APC and your system crashes randomly. |
347 | 353 | ||
348 | apic= [APIC,i386] Advanced Programmable Interrupt Controller | 354 | apic= [APIC,X86-32] Advanced Programmable Interrupt Controller |
349 | Change the output verbosity whilst booting | 355 | Change the output verbosity whilst booting |
350 | Format: { quiet (default) | verbose | debug } | 356 | Format: { quiet (default) | verbose | debug } |
351 | Change the amount of debugging information output | 357 | Change the amount of debugging information output |
@@ -702,7 +708,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
702 | to discrete, to make X server driver able to add WB | 708 | to discrete, to make X server driver able to add WB |
703 | entry later. This parameter enables that. | 709 | entry later. This parameter enables that. |
704 | 710 | ||
705 | enable_timer_pin_1 [i386,x86-64] | 711 | enable_timer_pin_1 [X86] |
706 | Enable PIN 1 of APIC timer | 712 | Enable PIN 1 of APIC timer |
707 | Can be useful to work around chipset bugs | 713 | Can be useful to work around chipset bugs |
708 | (in particular on some ATI chipsets). | 714 | (in particular on some ATI chipsets). |