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:
Alexander Graf 2012-12-08 02:18:58 +01:00
parent 6d544ee8ac
commit 5bac070111
4 changed files with 6 additions and 10 deletions

View file

@ -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");