From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBrjJ-0000QE-Kz for qemu-devel@nongnu.org; Wed, 03 Jun 2009 10:46:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBrjE-0000Lm-Pw for qemu-devel@nongnu.org; Wed, 03 Jun 2009 10:46:12 -0400 Received: from [199.232.76.173] (port=48252 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBrjD-0000LN-KN for qemu-devel@nongnu.org; Wed, 03 Jun 2009 10:46:08 -0400 Received: from mx20.gnu.org ([199.232.41.8]:5033) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBrjD-0008RP-1S for qemu-devel@nongnu.org; Wed, 03 Jun 2009 10:46:07 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBrjA-0004Si-4T for qemu-devel@nongnu.org; Wed, 03 Jun 2009 10:46:04 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] fix configure for mips o32 Date: Wed, 3 Jun 2009 15:46:00 +0100 References: <87prdlv6wf.fsf@lechat.rtp-net.org> In-Reply-To: <87prdlv6wf.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031546.00539.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Arnaud Patard (Rtp)" On Wednesday 03 June 2009, Arnaud Patard wrote: > The commit 1ad2134f914dfd4c8f92307c94c9a5a1e28f0059 is defining > target_phys_bits and set it to 64 for all mips machines including mipsel > machines which are 32 bit. This patch set it to 32. MIPS32 CPUs have a 36-bit physical address space. That's what the old code said anyway. Paul