aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/reboot.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-01-20sh: machine_ops based reboot support.Paul Mundt1-0/+98
This provides a machine_ops-based reboot interface loosely cloned from x86, and converts the native sh32 and sh64 cases over to it. Necessary both for tying in SMP support and also enabling platforms like SDK7786 to add support for their microcontroller-based power managers. Signed-off-by: Paul Mundt <lethal@linux-sh.org>