* [Qemu-devel] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs
@ 2012-10-05 16:33 Peter Maydell
2012-10-08 6:29 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2012-10-05 16:33 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Avi Kivity, patches
Tidy up some remnants of code to support non-64-bit physaddrs
which were accidentally omitted from commit 4be403c8.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
configure | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure b/configure
index e58846d..11b0e21 100755
--- a/configure
+++ b/configure
@@ -3732,7 +3732,6 @@ case "$target_arch2" in
;;
x86_64)
TARGET_BASE_ARCH=i386
- target_phys_bits=64
target_long_alignment=8
;;
alpha)
@@ -3835,7 +3834,6 @@ case "$target_arch2" in
target_long_alignment=8
;;
unicore32)
- target_phys_bits=32
;;
xtensa|xtensaeb)
TARGET_ARCH=xtensa
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-08 6:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 16:33 [Qemu-devel] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs Peter Maydell
2012-10-08 6:29 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).