From: Ingo Molnar Date: Sat, 6 Sep 2008 21:55:40 +0000 (+0200) Subject: x86, tsc calibration: fix X-Git-Tag: v2.6.28-rc1~734^2^19 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5df45515512436a808d3476a90e83f2efb022422;p=linux-2.6-omap-h63xx.git x86, tsc calibration: fix my brown paperbag day ... Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 6dab90f6851..4847a928050 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c @@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void) /* * Make sure we can rely on the second TSC timestamp: */ - if (!pit_expect_msb(--expect)) + if (!pit_expect_msb(expect)) goto failed; /*