Revision 3023f332 hw/ppc_chrp.c

b/hw/ppc_chrp.c
59 59

  
60 60
/* PowerPC Mac99 hardware initialisation */
61 61
static void ppc_core99_init (ram_addr_t ram_size, int vga_ram_size,
62
                             const char *boot_device, DisplayState *ds,
62
                             const char *boot_device,
63 63
                             const char *kernel_filename,
64 64
                             const char *kernel_cmdline,
65 65
                             const char *initrd_filename,
......
256 256
    pic = openpic_init(NULL, &pic_mem_index, smp_cpus, openpic_irqs, NULL);
257 257
    pci_bus = pci_pmac_init(pic);
258 258
    /* init basic PC hardware */
259
    pci_vga_init(pci_bus, ds, phys_ram_base + ram_size,
259
    pci_vga_init(pci_bus, phys_ram_base + ram_size,
260 260
                 ram_size, vga_ram_size,
261 261
                 vga_bios_offset, vga_bios_size);
262 262

  

Also available in: Unified diff