]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/clocksource/sh_cmt.c
sh: setup timers in late_time_init()
authorMagnus Damm <damm@igel.co.jp>
Tue, 28 Apr 2009 08:19:50 +0000 (08:19 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Apr 2009 09:01:25 +0000 (18:01 +0900)
commit8e0b842948156e3463879caed12b4ce51bed772e
tree0c5e01d3103e886a89e5663ac02552e04472f8d3
parent5b644c7a218702668d7b610994e7dcbc3d4705d3
sh: setup timers in late_time_init()

This patch moves the SuperH timer setup code from time_init()
to late_time_init(). Good things about this change:
 - interrupts: they are enabled at late_time_init()
 - mm: regular kmalloc() can be used at late_time_init()

Together with moving to late_time_init() this patch changes
the sh_cmt driver to always allocate with kmalloc(). This
simplifies the code a bit and also fixes section mismatches.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/time_32.c
drivers/clocksource/sh_cmt.c