diff options
author | John Stultz | 2010-12-03 01:47:52 +0100 |
---|---|---|
committer | John Stultz | 2010-12-03 01:47:52 +0100 |
commit | b0f969009f647cd473c5e559aeec9c4229d12f87 (patch) | |
tree | 34778ededa7623d811be4ac143a098a5dc11eed5 /Documentation | |
parent | Linux 2.6.37-rc3 (diff) | |
parent | x86: Make tsc=reliable override boot time stability checks (diff) | |
download | kernel-qcow2-linux-b0f969009f647cd473c5e559aeec9c4229d12f87.tar.gz kernel-qcow2-linux-b0f969009f647cd473c5e559aeec9c4229d12f87.tar.xz kernel-qcow2-linux-b0f969009f647cd473c5e559aeec9c4229d12f87.zip |
Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tsc
Conflicts:
Documentation/kernel-parameters.txt
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 92e83e53148f..c7c8eca5b2b3 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -2467,12 +2467,13 @@ and is between 256 and 4096 characters. It is defined in the file to facilitate early boot debugging. See also Documentation/trace/events.txt - tsc= Disable clocksource-must-verify flag for TSC. + tsc= Disable clocksource stability checks for TSC. Format: <string> [x86] reliable: mark tsc clocksource as reliable, this - disables clocksource verification at runtime. - Used to enable high-resolution timer mode on older - hardware, and in virtualized environment. + disables clocksource verification at runtime, as well + as the stability checks done at bootup. Used to enable + high-resolution timer mode on older hardware, and in + virtualized environment. [x86] noirqtime: Do not use TSC to do irq accounting. Used to run time disable IRQ_TIME_ACCOUNTING on any platforms where RDTSC is slow and this accounting |