Skip to content

Commit

Permalink
x86, tsc calibration: fix
Browse files Browse the repository at this point in the history
my brown paperbag day ...

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Sep 6, 2008
1 parent 4156e9a commit 5df4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 5df4551

Please sign in to comment.