diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:09 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:09 +0000 |
commit | 84108e128e0245dc1ff9c0aa064e9cfe2316b32d (patch) | |
tree | 7676ed17e01f89aaf2896e4514198ccd5a3b71ef /hw/ppc440.c | |
parent | 7161e5710b8b371d88b8c6b9361d266d8bdd70ce (diff) | |
download | qemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.tar.gz qemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.tar.bz2 qemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.zip |
Compile isa_mmio only once
Push TARGET_WORDS_BIGENDIAN dependency to board level.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc440.c')
-rw-r--r-- | hw/ppc440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc440.c b/hw/ppc440.c index abe0a560da..2ee7aea0ee 100644 --- a/hw/ppc440.c +++ b/hw/ppc440.c @@ -85,7 +85,7 @@ CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip, if (!*pcip) printf("couldn't create PCI controller!\n"); - isa_mmio_init(PPC440EP_PCI_IO, PPC440EP_PCI_IOLEN); + isa_mmio_init(PPC440EP_PCI_IO, PPC440EP_PCI_IOLEN, 1); if (serial_hds[0] != NULL) { serial_mm_init(0xef600300, 0, pic[0], PPC_SERIAL_MM_BAUDBASE, |