Revision 1e39101c hw/ppc_prep.c

b/hw/ppc_prep.c
38 38
#include "loader.h"
39 39
#include "mc146818rtc.h"
40 40
#include "blockdev.h"
41
#include "exec-memory.h"
41 42

  
42 43
//#define HARD_DEBUG_PPC_IO
43 44
//#define DEBUG_PPC_IO
......
648 649
        hw_error("Only 6xx bus is supported on PREP machine\n");
649 650
    }
650 651
    i8259 = i8259_init(first_cpu->irq_inputs[PPC6xx_INPUT_INT]);
651
    pci_bus = pci_prep_init(i8259);
652
    pci_bus = pci_prep_init(i8259, get_system_memory());
652 653
    /* Hmm, prep has no pci-isa bridge ??? */
653 654
    isa_bus_new(NULL);
654 655
    isa_bus_irqs(i8259);

Also available in: Unified diff