Index: hw/pl190.c
===================================================================
RCS file: /sources/qemu/qemu/hw/pl190.c,v
retrieving revision 1.2
diff -u -p -r1.2 pl190.c
--- hw/pl190.c  7 Apr 2007 18:14:41 -0000       1.2
+++ hw/pl190.c  8 Apr 2007 13:53:18 -0000
@@ -240,7 +240,7 @@ qemu_irq *pl190_init(uint32_t base, qemu
    iomemtype = cpu_register_io_memory(0, pl190_readfn,
                                       pl190_writefn, s);
    cpu_register_physical_memory(base, 0x00000fff, iomemtype);
-    qi = qemu_allocate_irqs(pl190_set_irq, s, 16);
+    qi = qemu_allocate_irqs(pl190_set_irq, s, 32);
    s->base = base;
    s->irq = irq;
    s->fiq = fiq;

Reply via email to