summaryrefslogtreecommitdiff
path: root/hw/ppc_newworld.c
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-12-08 02:18:58 +0100
committerAlexander Graf <agraf@suse.de>2012-12-14 13:12:56 +0100
commit5bac0701113f4de4fee053a3939b0f569a04b88c (patch)
tree72e8257698b57834684ad45e9566123251613837 /hw/ppc_newworld.c
parent6d544ee8ac2097c87fc97b53d6a1310d9daa0562 (diff)
downloadqemu-5bac0701113f4de4fee053a3939b0f569a04b88c.tar.gz
openpic: remove irq_out
The current openpic emulation contains half-ready code for bypass mode. Remove it, so that when someone wants to finish it they can start from a clean state. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ppc_newworld.c')
-rw-r--r--hw/ppc_newworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c
index 664747ead3..b9c2cd8d1d 100644
--- a/hw/ppc_newworld.c
+++ b/hw/ppc_newworld.c
@@ -320,7 +320,7 @@ static void ppc_core99_init(QEMUMachineInitArgs *args)
exit(1);
}
}
- pic = openpic_init(&pic_mem, smp_cpus, openpic_irqs, NULL);
+ pic = openpic_init(&pic_mem, smp_cpus, openpic_irqs);
if (PPC_INPUT(env) == PPC_FLAGS_INPUT_970) {
/* 970 gets a U3 bus */
pci_bus = pci_pmac_u3_init(pic, get_system_memory(), get_system_io());