x86: disable TSC for sched_clock() when calibration failed
authorThomas Gleixner <tglx@linutronix.de>
Sun, 18 May 2008 20:17:59 +0000 (22:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 12:08:06 +0000 (14:08 +0200)
When the TSC calibration fails then TSC is still used in
sched_clock(). Disable it completely in that case.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org

No differences found