From patchwork Fri Oct 5 16:33:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 189535 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 88EA22C0079 for ; Sat, 6 Oct 2012 02:33:38 +1000 (EST) Received: from localhost ([::1]:53645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAqG-000181-LS for incoming@patchwork.ozlabs.org; Fri, 05 Oct 2012 12:33:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAq9-00017g-8N for qemu-devel@nongnu.org; Fri, 05 Oct 2012 12:33:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKAq8-00011V-CA for qemu-devel@nongnu.org; Fri, 05 Oct 2012 12:33:29 -0400 Received: from 38.0.169.217.in-addr.arpa ([217.169.0.38]:53678 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAq8-00011F-5N; Fri, 05 Oct 2012 12:33:28 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1TKAq2-0008GP-Ew; Fri, 05 Oct 2012 17:33:22 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Date: Fri, 5 Oct 2012 17:33:22 +0100 Message-Id: <1349454802-31742-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 217.169.0.38 Cc: qemu-trivial@nongnu.org, Avi Kivity , patches@linaro.org Subject: [Qemu-devel] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Tidy up some remnants of code to support non-64-bit physaddrs which were accidentally omitted from commit 4be403c8. Signed-off-by: Peter Maydell --- 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