From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBs8W-00082g-9Q for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:12:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBs8S-00080p-He for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:12:13 -0400 Received: from [199.232.76.173] (port=37848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBs8S-00080c-0S for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:12:12 -0400 Received: from lechat.rtp-net.org ([88.191.19.38]:46600) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBs8R-0006Br-C4 for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:12:11 -0400 From: Arnaud Patard (Rtp) Subject: Re: [Qemu-devel] [PATCH] fix configure for mips o32 References: <87prdlv6wf.fsf@lechat.rtp-net.org> <200906031546.00539.paul@codesourcery.com> Date: Wed, 03 Jun 2009 17:20:30 +0200 In-Reply-To: <200906031546.00539.paul@codesourcery.com> (Paul Brook's message of "Wed\, 3 Jun 2009 15\:46\:00 +0100") Message-ID: <87ws7ttkch.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook writes: > 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. Is there more information than that in the old code ? I really thought mips32 4Kc have 32-bit address paths not 36. Arnaud