diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-03-30 05:38:01 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-21 05:23:25 +0200 |
commit | 3366e3585fbf0d40ce6f2382b544851cf4df1654 (patch) | |
tree | 2d0e01291d103d28bdb67afffb816fa1d7023fbb /arch/sh/kernel/localtimer.c | |
parent | sh: __cpuinit annotate the CPU init path. (diff) | |
download | linux-3366e3585fbf0d40ce6f2382b544851cf4df1654.tar.xz linux-3366e3585fbf0d40ce6f2382b544851cf4df1654.zip |
sh: Move platform smp ops in to their own structure.
This cribs the MIPS plat_smp_ops approach for wrapping up the platform
ops. This will allow for mixing and matching different ops on the same
platform in the future.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/localtimer.c')
-rw-r--r-- | arch/sh/kernel/localtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/localtimer.c b/arch/sh/kernel/localtimer.c index 0b04e7d4a9b9..865a2f1029b1 100644 --- a/arch/sh/kernel/localtimer.c +++ b/arch/sh/kernel/localtimer.c @@ -44,7 +44,7 @@ static void dummy_timer_set_mode(enum clock_event_mode mode, { } -void __cpuinit local_timer_setup(unsigned int cpu) +void local_timer_setup(unsigned int cpu) { struct clock_event_device *clk = &per_cpu(local_clockevent, cpu); |