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: 12032 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4F18B2414D for ; Fri, 5 Oct 2012 16:33:34 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id D8C37A1889E for ; Fri, 5 Oct 2012 16:33:33 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so4168263iej.11 for ; Fri, 05 Oct 2012 09:33:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=zvZbO3+qbYb3YOrOc7QI8u8lCbtQ2Ru7qr7mC6uLPxI=; b=k4z2qeQ3vwf/VNRoYnTIM6WCer07cChL11j2vLm13co7HgCup09l9ruFrR5Z0QZG5Z zNZyToBc7e3prJ3iqBZL1vvEsVbroEJ+ZFx3kHwfQ/2EqwP45FeeiPundV0wfXQjdBw+ 6febcJxWswbIHy1PyQULPXKQ81P54BiXKmh/7kAHPPEfROQBBQn74IR+v8HIoFn4UEol +HwyDlC7JKIBOoC2nC4mEP/GYEy9ynawmMI7kECmT1A/ngsC1xp0BiZ9lCfF/ORKxD5o z4jtterc2ipENlujrlnkb3yMlVN/8hmDGBvuLYVs39G2Z1iZl29I/1Bg5SZem1O5XbpH 2N0A== Received: by 10.50.154.137 with SMTP id vo9mr1705484igb.28.1349454811532; Fri, 05 Oct 2012 09:33:31 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp135816igc; Fri, 5 Oct 2012 09:33:30 -0700 (PDT) Received: by 10.180.102.131 with SMTP id fo3mr4475966wib.1.1349454809445; Fri, 05 Oct 2012 09:33:29 -0700 (PDT) Received: from mnementh.archaic.org.uk (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id r47si2198095wea.47.2012.10.05.09.33.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 09:33:29 -0700 (PDT) Received-SPF: neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=2001:8b0:1d0::1; Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) smtp.mail=pm215@archaic.org.uk 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 Cc: Avi Kivity , qemu-trivial@nongnu.org, patches@linaro.org Subject: [PATCH] configure: Tidy up remnants of non-64-bit physaddrs 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-Gm-Message-State: ALoCoQk2rZczZNW9pWF1qimnKAGkiQx43A3Woavba1lC5beW2mfgadl5z5HT2gtX/mZ/RNog57aj 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