diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-11 23:01:33 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-11 23:01:33 -0500 |
commit | 1ebaf4f4e6912199f8a4e30ba3ab55da2b71bcdf (patch) | |
tree | d2073d669e6eaf15ece6fc6ce563438d74824412 /Documentation/kernel-parameters.txt | |
parent | 743aa456c1834f76982af44e8b71d1a0b2a82e21 (diff) | |
parent | 5074b85bdd3a464efe7b6de2ec163f4c07696a20 (diff) |
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 timer update from Ingo Molnar:
"This tree includes HPET fixes and also implements a calibration-free,
TSC match driven APIC timer interrupt mode: 'TSC deadline mode'
supported in SandyBridge and later CPUs."
* 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()
x86: hpet: Fix masking of MSI interrupts
x86: apic: Use tsc deadline for oneshot when available
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5190f1706414..28bd0f0e32c5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1304,6 +1304,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1304 | lapic [X86-32,APIC] Enable the local APIC even if BIOS | 1304 | lapic [X86-32,APIC] Enable the local APIC even if BIOS |
1305 | disabled it. | 1305 | disabled it. |
1306 | 1306 | ||
1307 | lapic= [x86,APIC] "notscdeadline" Do not use TSC deadline | ||
1308 | value for LAPIC timer one-shot implementation. Default | ||
1309 | back to the programmable timer unit in the LAPIC. | ||
1310 | |||
1307 | lapic_timer_c2_ok [X86,APIC] trust the local apic timer | 1311 | lapic_timer_c2_ok [X86,APIC] trust the local apic timer |
1308 | in C2 power state. | 1312 | in C2 power state. |
1309 | 1313 | ||