commit | a9ea2101aaa7fe73cb352cea4145853efdabaa0d | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Mar 21 20:46:04 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Mar 22 15:04:22 2006 +1100 |
tree | 4dbeaec2e3ac65869d3e13e48ec91cf8eb853d05 | |
parent | 260de22faac4d336ca122ebd0f1e59279d0b1dfd [diff] |
[PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt) These routines just call through to the mf routines, so point ppc_md straight at the mf routines. We need to pass the cmd through to mf_reboot to make it work, but that seems reasonable. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>