aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 9107b387e91f..465a786a3788 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -345,6 +345,15 @@ and is between 256 and 4096 characters. It is defined in the file
345 Change the amount of debugging information output 345 Change the amount of debugging information output
346 when initialising the APIC and IO-APIC components. 346 when initialising the APIC and IO-APIC components.
347 347
348 show_lapic= [APIC,X86] Advanced Programmable Interrupt Controller
349 Limit apic dumping. The parameter defines the maximal
350 number of local apics being dumped. Also it is possible
351 to set it to "all" by meaning -- no limit here.
352 Format: { 1 (default) | 2 | ... | all }.
353 The parameter valid if only apic=debug or
354 apic=verbose is specified.
355 Example: apic=debug show_lapic=all
356
348 apm= [APM] Advanced Power Management 357 apm= [APM] Advanced Power Management
349 See header of arch/x86/kernel/apm_32.c. 358 See header of arch/x86/kernel/apm_32.c.
350 359