[PATCH] powerpc: Propagate regs through to machine_crash_shutdown
authorMichael Ellerman <michael@ellerman.id.au>
Sun, 4 Dec 2005 07:39:12 +0000 (18:39 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:51:47 +0000 (14:51 +1100)
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>

No differences found