diff mbox

configure: Tidy up remnants of non-64-bit physaddrs

Message ID 1349454802-31742-1-git-send-email-peter.maydell@linaro.org
State Accepted
Commit 1e14afef00493bd375264dcea5fb8c7718b23355
Headers show

Commit Message

Peter Maydell Oct. 5, 2012, 4:33 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Oct. 8, 2012, 6:29 a.m. UTC | #1
On Fri, Oct 05, 2012 at 05:33:22PM +0100, Peter Maydell wrote:
> 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(-)

Applied, thanks!

https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

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