aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/smp-ops.h
Commit message (Collapse)AuthorAge
* sh: CPU hotplug support.Paul Mundt2010-04-26
| | | | | | This adds preliminary support for CPU hotplug for SH SMP systems. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move platform smp ops in to their own structure.Paul Mundt2010-04-20
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>