diff options
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2017-12-03 23:03:13 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-12-28 06:32:07 -0500 |
commit | 64e05d118e357bb52a084b609436acf292ce7944 (patch) | |
tree | 2b27844e4bab58fc879da2dc4405801ad49931e4 | |
parent | 4fcab6693445cfb84f2b65868c58043535090e52 (diff) |
x86/apic: Update the 'apic=' description of setting APIC driver
There are two consumers of apic=: the APIC debug level and the low
level generic architecture code, but Linux just documented the first
one.
Append the second description.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: peterz@infradead.org
Cc: rdunlap@infradead.org
Cc: corbet@lwn.net
Link: https://lkml.kernel.org/r/20171204040313.24824-2-douly.fnst@cn.fujitsu.com
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 6 |
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 } |