[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>
This commit is contained in:

committed by
Paul Mackerras

parent
e40c7f0272
commit
cd0ca2ce4b
@@ -222,7 +222,7 @@ struct machdep_calls {
|
||||
* to run successfully.
|
||||
* XXX Should we move this one out of kexec scope?
|
||||
*/
|
||||
void (*machine_crash_shutdown)(void);
|
||||
void (*machine_crash_shutdown)(struct pt_regs *regs);
|
||||
|
||||
/* Called to do what every setup is needed on image and the
|
||||
* reboot code buffer. Returns 0 on success.
|
||||
|
Reference in New Issue
Block a user