Revision fbe1b595 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
114 114
    return 0;
115 115
}
116 116

  
117
static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
117
static void ppc_heathrow_init (ram_addr_t ram_size,
118 118
                               const char *boot_device,
119 119
                               const char *kernel_filename,
120 120
                               const char *kernel_cmdline,
......
298 298
    }
299 299
    pic = heathrow_pic_init(&pic_mem_index, 1, heathrow_irqs);
300 300
    pci_bus = pci_grackle_init(0xfec00000, pic);
301
    pci_vga_init(pci_bus, vga_ram_size,
302
                 vga_bios_offset, vga_bios_size);
301
    pci_vga_init(pci_bus, vga_bios_offset, vga_bios_size);
303 302

  
304 303
    escc_mem_index = escc_init(0x80013000, pic[0x0f], pic[0x10], serial_hds[0],
305 304
                               serial_hds[1], ESCC_CLOCK, 4);

Also available in: Unified diff