aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index b74e13312fdc..852fb11dd2c9 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -328,11 +328,15 @@
328 not play well with APC CPU idle - disable it if you have 328 not play well with APC CPU idle - disable it if you have
329 APC and your system crashes randomly. 329 APC and your system crashes randomly.
330 330
331 apic= [APIC,X86-32] Advanced Programmable Interrupt Controller 331 apic= [APIC,X86] Advanced Programmable Interrupt Controller
332 Change the output verbosity whilst booting 332 Change the output verbosity whilst booting
333 Format: { quiet (default) | verbose | debug } 333 Format: { quiet (default) | verbose | debug }
334 Change the amount of debugging information output 334 Change the amount of debugging information output
335 when initialising the APIC and IO-APIC components. 335 when initialising the APIC and IO-APIC components.
336 For X86-32, this can also be used to specify an APIC
337 driver name.
338 Format: apic=driver_name
339 Examples: apic=bigsmp
336 340
337 apic_extnmi= [APIC,X86] External NMI delivery setting 341 apic_extnmi= [APIC,X86] External NMI delivery setting
338 Format: { bsp (default) | all | none } 342 Format: { bsp (default) | all | none }