From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMbO8-0001iN-GG for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMbO0-00089q-PG for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:18:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMbO0-00089j-Gq for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:18:28 -0400 From: Stefan Hajnoczi Date: Fri, 12 Oct 2012 11:18:14 +0200 Message-Id: <1350033496-3013-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1350033496-3013-1-git-send-email-stefanha@redhat.com> References: <1350033496-3013-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] configure: Tidy up remnants of non-64-bit physaddrs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi From: Peter Maydell Tidy up some remnants of code to support non-64-bit physaddrs which were accidentally omitted from commit 4be403c8. Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- 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