qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] configure: Tidy up remnants of non-64-bit physa


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 1/3] configure: Tidy up remnants of non-64-bit physaddrs
Date: Fri, 12 Oct 2012 11:18:14 +0200

From: Peter Maydell <address@hidden>

Tidy up some remnants of code to support non-64-bit physaddrs
which were accidentally omitted from commit 4be403c8.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index c4a7837..f1c56eb 100755
--- a/configure
+++ b/configure
@@ -3733,7 +3733,6 @@ case "$target_arch2" in
   ;;
   x86_64)
     TARGET_BASE_ARCH=i386
-    target_phys_bits=64
     target_long_alignment=8
   ;;
   alpha)
@@ -3836,7 +3835,6 @@ case "$target_arch2" in
     target_long_alignment=8
   ;;
   unicore32)
-    target_phys_bits=32
   ;;
   xtensa|xtensaeb)
     TARGET_ARCH=xtensa
-- 
1.7.11.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]