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/include/asm | |
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/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index cb813961744..991d5998d6b 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h | |||
@@ -234,12 +234,6 @@ struct machdep_calls { | |||
234 | #ifdef CONFIG_KEXEC | 234 | #ifdef CONFIG_KEXEC |
235 | void (*kexec_cpu_down)(int crash_shutdown, int secondary); | 235 | void (*kexec_cpu_down)(int crash_shutdown, int secondary); |
236 | 236 | ||
237 | /* Called to do the minimal shutdown needed to run a kexec'd kernel | ||
238 | * to run successfully. | ||
239 | * XXX Should we move this one out of kexec scope? | ||
240 | */ | ||
241 | void (*machine_crash_shutdown)(struct pt_regs *regs); | ||
242 | |||
243 | /* Called to do what every setup is needed on image and the | 237 | /* Called to do what every setup is needed on image and the |
244 | * reboot code buffer. Returns 0 on success. | 238 | * reboot code buffer. Returns 0 on success. |
245 | * Provide your own (maybe dummy) implementation if your platform | 239 | * Provide your own (maybe dummy) implementation if your platform |