diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/machine_kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/machine_kexec.c b/arch/powerpc/kernel/machine_kexec.c index d8225c797199..a91e40c9ae45 100644 --- a/arch/powerpc/kernel/machine_kexec.c +++ b/arch/powerpc/kernel/machine_kexec.c | |||
@@ -23,7 +23,7 @@ note_buf_t crash_notes[NR_CPUS]; | |||
23 | void machine_crash_shutdown(struct pt_regs *regs) | 23 | void machine_crash_shutdown(struct pt_regs *regs) |
24 | { | 24 | { |
25 | if (ppc_md.machine_crash_shutdown) | 25 | if (ppc_md.machine_crash_shutdown) |
26 | ppc_md.machine_crash_shutdown(); | 26 | ppc_md.machine_crash_shutdown(regs); |
27 | } | 27 | } |
28 | 28 | ||
29 | /* | 29 | /* |