aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-10-18 01:46:08 +0200
committerAlexander Graf <agraf@suse.de>2011-10-30 20:03:17 +0100
commit8b242eba641a6106db2d3b0356687f8e7e08e568 (patch)
treed6313bf5172e909a72268bf6403d7117ff5a68b6 /configure
parent6b7a2cf6d93294a4e7c79fe101d31fc19d04fb48 (diff)
PPC: Bump qemu-system-ppc to 64-bit physical address space
Some 32-bit PPC CPUs can use up to 36 bit of physical address space. Treat them accordingly in the qemu-system-ppc binary type. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4f87e0a43b..f8dd4db6c5 100755
--- a/configure
+++ b/configure
@@ -3309,7 +3309,7 @@ case "$target_arch2" in
;;
ppc)
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
- target_phys_bits=32
+ target_phys_bits=64
target_nptl="yes"
target_libs_softmmu="$fdt_libs"
;;