]> git.proxmox.com Git - qemu.git/blobdiff - hw/ppc_oldworld.c
isa_mmio: Always use little endian
[qemu.git] / hw / ppc_oldworld.c
index 5efc93dc105a1e2d534cfe23b70232e350c8412a..8a4e088a384ff0560ea0922e5a998a7cb616be90 100644 (file)
@@ -202,7 +202,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size,
     isa_mem_base = 0x80000000;
 
     /* Register 2 MB of ISA IO space */
-    isa_mmio_init(0xfe000000, 0x00200000, 1);
+    isa_mmio_init(0xfe000000, 0x00200000);
 
     /* XXX: we register only 1 output pin for heathrow PIC */
     heathrow_irqs = qemu_mallocz(smp_cpus * sizeof(qemu_irq *));