sh: Bump the earlytimer bits back to time_init().
authorPaul Mundt <lethal@linux-sh.org>
Sun, 14 Jun 2009 10:45:40 +0000 (19:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 14 Jun 2009 10:45:40 +0000 (19:45 +0900)
commit1d29ebebcb951ab6b04d22807cafb24b893310a2
tree079bbe643213dbb96a9e7933faf5a78010860adc
parente09377bae410247f2ba35a2edc7ab637a5c79170
sh: Bump the earlytimer bits back to time_init().

These were handled through late_time_init due to kmalloc() and friends
not being available earlier on previously. Now with slab caches being
available much earlier, this is no longer necessary, and we can move the
initialization up to an earlier point. One of the benefits with this is
that printk times are available a bit earlier!

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/time.c