linux/arch/sh/kernel/cpu/sh5
Magnus Damm 955c9863bb sh: convert processor device setup functions to arch_initcall()
Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-07-23 13:06:07 +09:00
..
clock-sh5.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
entry.S sh: Kill off sh64's hand-rolled syscall tracer. 2009-05-08 17:25:35 +09:00
fpu.c sh: Fix occasional FPU register corruption under preempt. 2008-03-26 19:02:47 +09:00
Makefile sh: Integrate the SH-5 onchip_remap() more coherently. 2009-05-07 18:10:27 +09:00
probe.c sh64: Setup I/D-TLB defaults in SH-5 probe path. 2008-05-08 19:51:38 +09:00
setup-sh5.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
switchto.S sh: comment tidying for sh64->sh migration. 2008-01-28 13:18:58 +09:00
unwind.c sh: replace remaining __FUNCTION__ occurrences 2008-03-06 11:18:22 +09:00