mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
6d544ee8ac
commit
5bac070111
4 changed files with 6 additions and 10 deletions
|
@ -493,7 +493,7 @@ void ppce500_init(PPCE500Params *params)
|
|||
|
||||
/* MPIC */
|
||||
mpic = mpic_init(ccsr_addr_space, MPC8544_MPIC_REGS_OFFSET,
|
||||
smp_cpus, irqs, NULL);
|
||||
smp_cpus, irqs);
|
||||
|
||||
if (!mpic) {
|
||||
cpu_abort(env, "MPIC failed to initialize\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue