aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2010-05-31 21:45:48 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-06-02 17:02:35 +0900
commit66f49121ffa41a19c59965b31b046d8368fec3c7 (patch)
treecb3897ae04561c13f661c6dd8542be6a34b8d477 /drivers/clocksource/Makefile
parent019e2574f965b800ba76f319d817eae9405ae064 (diff)
downloadkernel_replicant_linux-66f49121ffa41a19c59965b31b046d8368fec3c7.tar.gz
kernel_replicant_linux-66f49121ffa41a19c59965b31b046d8368fec3c7.tar.bz2
kernel_replicant_linux-66f49121ffa41a19c59965b31b046d8368fec3c7.zip
clocksource: sh_tmu: compute mult and shift before registration
Since commit 98962465ed9e6ea99c38e0af63fe1dcb5a79dc25 ("nohz: Prevent clocksource wrapping during idle"), the CPU of an R2D board never goes to idle. This commit assumes that mult and shift are assigned before the clocksource is registered. As a consequence the safe maximum sleep time is negative and the CPU never goes into idle. This patch fixes the problem by moving mult and shift initialization from sh_tmu_clocksource_enable() to sh_tmu_register_clocksource(). Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Cc: stable@kernel.org Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
0 files changed, 0 insertions, 0 deletions