Skip to content

Commit 5df4551

Browse files
author
Ingo Molnar
committed
x86, tsc calibration: fix
my brown paperbag day ... Signed-off-by: Ingo Molnar <[email protected]>
1 parent 4156e9a commit 5df4551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/tsc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void)
319319
/*
320320
* Make sure we can rely on the second TSC timestamp:
321321
*/
322-
if (!pit_expect_msb(--expect))
322+
if (!pit_expect_msb(expect))
323323
goto failed;
324324

325325
/*

0 commit comments

Comments
 (0)