diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-03-30 12:38:01 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-21 12:23:25 +0900 |
commit | 3366e3585fbf0d40ce6f2382b544851cf4df1654 (patch) | |
tree | 2d0e01291d103d28bdb67afffb816fa1d7023fbb /arch/sh/kernel/setup.c | |
parent | 4a6feab0ee5240c4bd5378d9f8a46b85718c68a7 (diff) | |
download | linux-stable-3366e3585fbf0d40ce6f2382b544851cf4df1654.tar.gz linux-stable-3366e3585fbf0d40ce6f2382b544851cf4df1654.tar.bz2 linux-stable-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/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 8870d6ba64bf..29155384d5a8 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c @@ -459,9 +459,7 @@ void __init setup_arch(char **cmdline_p) if (likely(sh_mv.mv_setup)) sh_mv.mv_setup(cmdline_p); -#ifdef CONFIG_SMP plat_smp_setup(); -#endif } /* processor boot mode configuration */ |