commit | a4ac5e64de1b676e0b377792528580065a574815 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Sep 18 16:13:38 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:58:37 2011 +0300 |
tree | 9f7af71dcad6551d73d008e8c16e9c19b41e8b9d | |
parent | e155c99be9439f1fdf245b0b05251f2e225cde62 [diff] |
mips_r4k: initialize i8259 after the ISA bus Succeeding i8259 conversion to ISA requires this. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index a7dc487..d0564d4 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c
@@ -256,8 +256,8 @@ cpu_mips_clock_init(env); /* The PIC is attached to the MIPS CPU INT0 pin */ - i8259 = i8259_init(env->irq[2]); isa_bus_new(NULL, get_system_io()); + i8259 = i8259_init(env->irq[2]); isa_bus_irqs(i8259); rtc_init(2000, NULL);