aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/powermac/setup.c')
-rw-r--r--arch/powerpc/platforms/powermac/setup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index 7acb0546671..3b7a492d9b6 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -60,6 +60,7 @@
60#include <asm/system.h> 60#include <asm/system.h>
61#include <asm/pgtable.h> 61#include <asm/pgtable.h>
62#include <asm/io.h> 62#include <asm/io.h>
63#include <asm/kexec.h>
63#include <asm/pci-bridge.h> 64#include <asm/pci-bridge.h>
64#include <asm/ohare.h> 65#include <asm/ohare.h>
65#include <asm/mediabay.h> 66#include <asm/mediabay.h>
@@ -773,7 +774,11 @@ struct machdep_calls __initdata pmac_md = {
773 .pci_probe_mode = pmac_probe_mode, 774 .pci_probe_mode = pmac_probe_mode,
774 .idle_loop = native_idle, 775 .idle_loop = native_idle,
775 .enable_pmcs = power4_enable_pmcs, 776 .enable_pmcs = power4_enable_pmcs,
777#ifdef CONFIG_KEXEC
778 .machine_kexec = default_machine_kexec,
779 .machine_kexec_prepare = default_machine_kexec_prepare,
776#endif 780#endif
781#endif /* CONFIG_PPC64 */
777#ifdef CONFIG_PPC32 782#ifdef CONFIG_PPC32
778 .pcibios_enable_device_hook = pmac_pci_enable_device_hook, 783 .pcibios_enable_device_hook = pmac_pci_enable_device_hook,
779 .pcibios_after_init = pmac_pcibios_after_init, 784 .pcibios_after_init = pmac_pcibios_after_init,