aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc_newworld.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-09-17 20:30:50 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-09-27 19:16:46 +0000
commit46f3069cba94aab44b3b4f87bc270759b4a700fa (patch)
tree6f9073a78aaa91f42a559116ec63205d57124866 /hw/ppc_newworld.c
parent3b7653ac48e6d1edfa4ae2496dbefbe422a94eb6 (diff)
downloadqemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.zip
qemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.tar.gz
qemu-46f3069cba94aab44b3b4f87bc270759b4a700fa.tar.bz2
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_newworld.c')
-rw-r--r--hw/ppc_newworld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c
index fbd443d..69718cf 100644
--- a/hw/ppc_newworld.c
+++ b/hw/ppc_newworld.c
@@ -262,8 +262,6 @@ static void ppc_core99_init (ram_addr_t ram_size,
}
}
- isa_mem_base = 0x80000000;
-
/* Register 8 MB of ISA IO space */
isa_mmio_init(0xf2000000, 0x00800000);