projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e155c99
)
mips_r4k: initialize i8259 after the ISA bus
author
Avi Kivity
<avi@redhat.com>
Sun, 18 Sep 2011 13:13:38 +0000
(16:13 +0300)
committer
Avi Kivity
<avi@redhat.com>
Sun, 25 Sep 2011 11:58:37 +0000
(14:58 +0300)
Succeeding i8259 conversion to ISA requires this.
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/mips_r4k.c
patch
|
blob
|
history
diff --git
a/hw/mips_r4k.c
b/hw/mips_r4k.c
index a7dc48753a81691dae7802c41a36d9377b3000e1..d0564d4449d3d49fff0f6f99a5d111540f618ae8 100644
(file)
--- a/
hw/mips_r4k.c
+++ b/
hw/mips_r4k.c
@@
-256,8
+256,8
@@
void mips_r4k_init (ram_addr_t ram_size,
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);