diff options
author | Blue Swirl | 2011-09-17 22:30:50 +0200 |
---|---|---|
committer | Blue Swirl | 2011-09-27 21:16:46 +0200 |
commit | 46f3069cba94aab44b3b4f87bc270759b4a700fa (patch) | |
tree | 6f9073a78aaa91f42a559116ec63205d57124866 /hw/ppc_oldworld.c | |
parent | Merge remote-tracking branch 'qemu-kvm-tmp/memory/urgent' into staging (diff) | |
download | qemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.tar.gz qemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.tar.xz qemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.zip |
PPC: use memory API to construct the PCI hole
Avoid vga.chain4 mapping by constructing a PCI hole for upper
2G of the PCI space.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r-- | hw/ppc_oldworld.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 235d2efc7b..e127d21d58 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -207,8 +207,6 @@ static void ppc_heathrow_init (ram_addr_t ram_size, } } - isa_mem_base = 0x80000000; - /* Register 2 MB of ISA IO space */ isa_mmio_init(0xfe000000, 0x00200000); |