Revision 84108e12 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
304 304
    isa_mem_base = 0x80000000;
305 305

  
306 306
    /* Register 2 MB of ISA IO space */
307
    isa_mmio_init(0xfe000000, 0x00200000);
307
    isa_mmio_init(0xfe000000, 0x00200000, 1);
308 308

  
309 309
    /* XXX: we register only 1 output pin for heathrow PIC */
310 310
    heathrow_irqs = qemu_mallocz(smp_cpus * sizeof(qemu_irq *));

Also available in: Unified diff