aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/cell/setup.c')
-rw-r--r--arch/powerpc/platforms/cell/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c
index b39753f16d48..7e18420166c4 100644
--- a/arch/powerpc/platforms/cell/setup.c
+++ b/arch/powerpc/platforms/cell/setup.c
@@ -256,6 +256,7 @@ define_machine(cell) {
256 .check_legacy_ioport = cell_check_legacy_ioport, 256 .check_legacy_ioport = cell_check_legacy_ioport,
257 .progress = cell_progress, 257 .progress = cell_progress,
258 .init_IRQ = cell_init_irq, 258 .init_IRQ = cell_init_irq,
259 .pci_setup_phb = rtas_setup_phb,
259#ifdef CONFIG_KEXEC 260#ifdef CONFIG_KEXEC
260 .machine_kexec = default_machine_kexec, 261 .machine_kexec = default_machine_kexec,
261 .machine_kexec_prepare = default_machine_kexec_prepare, 262 .machine_kexec_prepare = default_machine_kexec_prepare,