Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

x86, tsc calibration: fix



my brown paperbag day ...

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4156e9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

		/*