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.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 350e71960a96..f3a89fac2202 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -139,6 +139,7 @@ and is between 256 and 4096 characters. It is defined in the file
139 ht -- run only enough ACPI to enable Hyper Threading 139 ht -- run only enough ACPI to enable Hyper Threading
140 strict -- Be less tolerant of platforms that are not 140 strict -- Be less tolerant of platforms that are not
141 strictly ACPI specification compliant. 141 strictly ACPI specification compliant.
142 rsdt -- prefer RSDT over (default) XSDT
142 143
143 See also Documentation/power/pm.txt, pci=noacpi 144 See also Documentation/power/pm.txt, pci=noacpi
144 145
@@ -224,14 +225,17 @@ and is between 256 and 4096 characters. It is defined in the file
224 Bits in debug_level correspond to a level in 225 Bits in debug_level correspond to a level in
225 ACPI_DEBUG_PRINT statements, e.g., 226 ACPI_DEBUG_PRINT statements, e.g.,
226 ACPI_DEBUG_PRINT((ACPI_DB_INFO, ... 227 ACPI_DEBUG_PRINT((ACPI_DB_INFO, ...
227 See Documentation/acpi/debug.txt for more information 228 The debug_level mask defaults to "info". See
228 about debug layers and levels. 229 Documentation/acpi/debug.txt for more information about
230 debug layers and levels.
229 231
232 Enable processor driver info messages:
233 acpi.debug_layer=0x20000000
234 Enable PCI/PCI interrupt routing info messages:
235 acpi.debug_layer=0x400000
230 Enable AML "Debug" output, i.e., stores to the Debug 236 Enable AML "Debug" output, i.e., stores to the Debug
231 object while interpreting AML: 237 object while interpreting AML:
232 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 238 acpi.debug_layer=0xffffffff acpi.debug_level=0x2
233 Enable PCI/PCI interrupt routing info messages:
234 acpi.debug_layer=0x400000 acpi.debug_level=0x4
235 Enable all messages related to ACPI hardware: 239 Enable all messages related to ACPI hardware:
236 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff 240 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff
237 241