aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/reboot.c
Commit message (Collapse)AuthorAge
* sysctl: Use header file for sysctl knob declarations on sparc.David S. Miller2008-09-12
| | | | | | | This also takes care of a sparse warning as scons_pwroff's definition point. Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: Implement SSTATE purely using notifiers and initcalls.David S. Miller2008-09-02
| | | | | | | Don't clutter up the tree with sstate_blah() scattered all over the place. Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: Move reboot handling into seperate file and kill power reg programming.David S. Miller2008-09-02
We should always use prom_power_off(). Signed-off-by: David S. Miller <davem@davemloft.net>