Re: [patch 3/3] x86,apic: limit apic dumping, introduce show_lapicsetup option

From: Cyrill Gorcunov
Date: Wed Oct 14 2009 - 11:10:10 EST


[Ingo Molnar - Wed, Oct 14, 2009 at 09:12:17AM +0200]
|
...
| Note: new __setup() functions need an entry in
| Documentation/kernel-parameters.txt as well.
|
| Ingo
|

Here is it.

-- Cyrill
---
x86,apic: explain show_lapic in kernel parameters list

Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>
---
Documentation/kernel-parameters.txt | 9 +++++++++
1 file changed, 9 insertions(+)

Index: linux-2.6.git/Documentation/kernel-parameters.txt
=====================================================================
--- linux-2.6.git.orig/Documentation/kernel-parameters.txt
+++ linux-2.6.git/Documentation/kernel-parameters.txt
@@ -345,6 +345,15 @@ and is between 256 and 4096 characters.
Change the amount of debugging information output
when initialising the APIC and IO-APIC components.

+ show_lapic= [APIC,X86] Advanced Programmable Interrupt Controller
+ Limit apic dumping. The parameter defines the maximal
+ number of local apics being dumped. Also it is possible
+ to set it to "all" by meaning -- no limit here.
+ Format: { 1 (default) | 2 | ... | all }.
+ The parameter valid if only apic=debug or
+ apic=verbose is specified.
+ Example: apic=debug show_lapic=all
+
apm= [APM] Advanced Power Management
See header of arch/x86/kernel/apm_32.c.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/