Commit 5df45515 authored by Ingo Molnar's avatar Ingo Molnar

x86, tsc calibration: fix

my brown paperbag day ...
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4156e9a8
...@@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void) ...@@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void)
/* /*
* Make sure we can rely on the second TSC timestamp: * Make sure we can rely on the second TSC timestamp:
*/ */
if (!pit_expect_msb(--expect)) if (!pit_expect_msb(expect))
goto failed; goto failed;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment