aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/smp-ops.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-04-26sh: CPU hotplug support.Paul Mundt1-2/+14
This adds preliminary support for CPU hotplug for SH SMP systems. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-04-21sh: Move platform smp ops in to their own structure.Paul Mundt1-0/+39
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>