Revision 99a0949b hw/ppc440.c

b/hw/ppc440.c
34 34
    256<<20, 128<<20, 64<<20, 32<<20, 16<<20, 8<<20, 0
35 35
};
36 36

  
37
CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
37
CPUState *ppc440ep_init(a_ram_addr *ram_size, PCIBus **pcip,
38 38
                        const unsigned int pci_irq_nrs[4], int do_init,
39 39
                        const char *cpu_model)
40 40
{
41
    target_phys_addr_t ram_bases[PPC440EP_SDRAM_NR_BANKS];
42
    target_phys_addr_t ram_sizes[PPC440EP_SDRAM_NR_BANKS];
41
    a_target_phys_addr ram_bases[PPC440EP_SDRAM_NR_BANKS];
42
    a_target_phys_addr ram_sizes[PPC440EP_SDRAM_NR_BANKS];
43 43
    CPUState *env;
44 44
    qemu_irq *pic;
45 45
    qemu_irq *irqs;

Also available in: Unified diff