diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-17 22:47:39 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-24 10:48:02 -0600 |
commit | 622381e62ddde55988a71b8290670d85c9f94915 (patch) | |
tree | 5d19308381cbab887fc514354d61386c3f717daa /Documentation/admin-guide | |
parent | 7c42376e07e73edbd06238bbc92f5f5cc988b7b8 (diff) | |
download | linux-622381e62ddde55988a71b8290670d85c9f94915.tar.bz2 |
Documentation: admin-guide: kernel-parameters: reformat "lapic=" boot option
Reformat "lapic=" to try to make it more understandable and similar
to the style that is mostly used in this file.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200918054739.2523-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 79a28fab591b..7a68fcd843ad 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -2378,9 +2378,10 @@ lapic [X86-32,APIC] Enable the local APIC even if BIOS disabled it. - lapic= [X86,APIC] "notscdeadline" Do not use TSC deadline + lapic= [X86,APIC] Do not use TSC deadline value for LAPIC timer one-shot implementation. Default back to the programmable timer unit in the LAPIC. + Format: notscdeadline lapic_timer_c2_ok [X86,APIC] trust the local apic timer in C2 power state. |