aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorjohn stultz <johnstul@us.ibm.com>2009-08-17 19:40:47 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-08-28 15:13:05 -0400
commitd3b8f889a220aed825accc28eb64ce283a0d51ac (patch)
tree6d66dbb21c7b0c53813231a68a5b841394783aed /Documentation/kernel-parameters.txt
parent326ba5010a5429a5a528b268b36a5900d4ab0eba (diff)
x86: Make tsc=reliable override boot time stability checks
This patch makes the tsc=reliable option disable the boot time stability checks. Currently the option only disables the runtime watchdog checks. This change allows folks who want to override the boot time TSC stability checks and use the TSC when the system would otherwise disqualify it. There still are some situations that the TSC will be disqualified, such as cpufreq scaling. But these are situations where the box will hang if allowed. Patch also includes a fix for an issue found by Thomas Gleixner, where the TSC disqualification message wouldn't be printed after a call to unsynchronized_tsc(). Signed-off-by: John Stultz <johnstul@us.ibm.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: akataria@vmware.com Cc: Stephen Hemminger <shemminger@vyatta.com> LKML-Reference: <1250552447.7212.92.camel@localhost.localdomain> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7936b801fe6a..4c6b4150266d 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2484,12 +2484,13 @@ and is between 256 and 4096 characters. It is defined in the file
2484 Format: 2484 Format:
2485 <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> 2485 <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
2486 2486
2487 tsc= Disable clocksource-must-verify flag for TSC. 2487 tsc= Disable clocksource stability checks for TSC.
2488 Format: <string> 2488 Format: <string>
2489 [x86] reliable: mark tsc clocksource as reliable, this 2489 [x86] reliable: mark tsc clocksource as reliable, this
2490 disables clocksource verification at runtime. 2490 disables clocksource verification at runtime, as well
2491 Used to enable high-resolution timer mode on older 2491 as the stability checks done at bootup. Used to enable
2492 hardware, and in virtualized environment. 2492 high-resolution timer mode on older hardware, and in
2493 virtualized environment.
2493 2494
2494 turbografx.map[2|3]= [HW,JOY] 2495 turbografx.map[2|3]= [HW,JOY]
2495 TurboGraFX parallel port interface 2496 TurboGraFX parallel port interface