forked from Minki/linux
x86, tsc calibration: fix
my brown paperbag day ... Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4156e9a8ef
commit
5df4551551
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user