diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/setup.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c index 6ee620fe5195..c0638e47c298 100644 --- a/arch/powerpc/platforms/powermac/setup.c +++ b/arch/powerpc/platforms/powermac/setup.c | |||
@@ -771,6 +771,7 @@ struct machdep_calls __initdata pmac_md = { | |||
771 | #ifdef CONFIG_KEXEC | 771 | #ifdef CONFIG_KEXEC |
772 | .machine_kexec = default_machine_kexec, | 772 | .machine_kexec = default_machine_kexec, |
773 | .machine_kexec_prepare = default_machine_kexec_prepare, | 773 | .machine_kexec_prepare = default_machine_kexec_prepare, |
774 | .machine_crash_shutdown = default_machine_crash_shutdown, | ||
774 | #endif | 775 | #endif |
775 | #endif /* CONFIG_PPC64 */ | 776 | #endif /* CONFIG_PPC64 */ |
776 | #ifdef CONFIG_PPC32 | 777 | #ifdef CONFIG_PPC32 |