Skip to content
Commit 8f1d8e82 authored by Chris Boot's avatar Chris Boot Committed by Dom Cobley
Browse files

bcm2708: use a constant SC_MULT / SC_SHIFT



The calculated values somehow don't agree with the sched_clock code and
we end up with warnings like:

sched_clock: wrong multiply/shift: 2097152000>>21 vs calculated 4194304000>>22
sched_clock: fix multiply/shift to avoid scheduler hiccups

So use the constant values much like arch/arm/mach-tegra/timer.c does.

Signed-off-by: default avatarChris Boot <bootc@bootc.net>
parent f7287d51
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