diff options
author | Anton Blanchard <anton@samba.org> | 2011-01-06 12:56:09 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-20 22:08:35 -0500 |
commit | c1f784e553490a2602567666fc79ff142cb4413b (patch) | |
tree | ab66c2dfbd209b3d3ca51e1d8be5c3566faaa607 /arch/powerpc/kernel/machine_kexec.c | |
parent | c94868788cf26d5ad816646dd9af3cdf6fbd92fd (diff) |
powerpc/kdump: Remove ppc_md.machine_crash_shutdown
No one uses ppc_md.machine_crash_shutdown, so remove it.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec.c')
-rw-r--r-- | arch/powerpc/kernel/machine_kexec.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/machine_kexec.c b/arch/powerpc/kernel/machine_kexec.c index 43836aa8348e..3427b2faa19a 100644 --- a/arch/powerpc/kernel/machine_kexec.c +++ b/arch/powerpc/kernel/machine_kexec.c | |||
@@ -44,10 +44,7 @@ void machine_kexec_mask_interrupts(void) { | |||
44 | 44 | ||
45 | void machine_crash_shutdown(struct pt_regs *regs) | 45 | void machine_crash_shutdown(struct pt_regs *regs) |
46 | { | 46 | { |
47 | if (ppc_md.machine_crash_shutdown) | 47 | default_machine_crash_shutdown(regs); |
48 | ppc_md.machine_crash_shutdown(regs); | ||
49 | else | ||
50 | default_machine_crash_shutdown(regs); | ||
51 | } | 48 | } |
52 | 49 | ||
53 | /* | 50 | /* |