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

Commit 6f941961 authored by Jeff Ohlstein's avatar Jeff Ohlstein Committed by Daniel Walker
Browse files

msm: timer: Decrease shift on timer clocksource



The shift of 24 causes the shift and multiply operation to sometimes
overflow, resulting in incorrect timer values and poor performance.

Signed-off-by: default avatarJeff Ohlstein <johlstei@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent a86c44d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ static struct msm_clock msm_clocks[] = {
			.rating         = 200,
			.read           = msm_gpt_read,
			.mask           = CLOCKSOURCE_MASK(32),
			.shift          = 24,
			.shift          = 17,
			.flags          = CLOCK_SOURCE_IS_CONTINUOUS,
		},
		.irq = {