commit | cd0ca2ce4b2f4a5132e7e230be8a510755c20870 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Sun Dec 04 18:39:12 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 14:51:47 2006 +1100 |
tree | 23fe531715b81c852db240b096c8ac43e20dd1c0 | |
parent | e40c7f02723e2be5d3144917191aa9fbec5bb64e [diff] |
[PATCH] powerpc: Propagate regs through to machine_crash_shutdown Currently machine_crash_shutdown() gets a struct pt_regs, but doesn't pass it through to the ppc_md function, it should. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>