sh: Move platform smp ops in to their own structure.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 30 Mar 2010 03:38:01 +0000 (12:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 21 Apr 2010 03:23:25 +0000 (12:23 +0900)
commit3366e3585fbf0d40ce6f2382b544851cf4df1654
tree2d0e01291d103d28bdb67afffb816fa1d7023fbb
parent4a6feab0ee5240c4bd5378d9f8a46b85718c68a7
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>
arch/sh/boards/board-urquell.c
arch/sh/boards/mach-sdk7786/setup.c
arch/sh/boards/mach-x3proto/setup.c
arch/sh/include/asm/smp-ops.h [new file with mode: 0644]
arch/sh/include/asm/smp.h
arch/sh/kernel/cpu/sh4a/smp-shx3.c
arch/sh/kernel/localtimer.c
arch/sh/kernel/setup.c
arch/sh/kernel/smp.c