From owner-freebsd-mips@FreeBSD.ORG Thu Nov 15 20:13:09 2012 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0817656; Thu, 15 Nov 2012 20:13:09 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh10.mail.rice.edu (mh10.mail.rice.edu [128.42.201.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1298FC08; Thu, 15 Nov 2012 20:13:09 +0000 (UTC) Received: from mh10.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh10.mail.rice.edu (Postfix) with ESMTP id 6765060500; Thu, 15 Nov 2012 14:13:03 -0600 (CST) Received: from mh10.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh10.mail.rice.edu (Postfix) with ESMTP id 65ED7604D2; Thu, 15 Nov 2012 14:13:03 -0600 (CST) X-Virus-Scanned: by amavis-2.7.0 at mh10.mail.rice.edu, auth channel Received: from mh10.mail.rice.edu ([127.0.0.1]) by mh10.mail.rice.edu (mh10.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id PqW0EZgKtPta; Thu, 15 Nov 2012 14:13:03 -0600 (CST) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh10.mail.rice.edu (Postfix) with ESMTPSA id 0D403603D8; Thu, 15 Nov 2012 14:13:02 -0600 (CST) Message-ID: <50A54CCD.8070409@rice.edu> Date: Thu, 15 Nov 2012 14:13:01 -0600 From: Alan Cox User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121111 Thunderbird/16.0.2 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: ZERO_REGION_SIZE References: <50A53391.4080909@rice.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Jayachandran C." , mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 20:13:09 -0000 On 11/15/2012 13:09, Adrian Chadd wrote: > Alan, would you like me to send you some MIPS hardwarE? Let me think about that. Now may not be the right time, but I suspect that I'll take you up on that offer in a few months. In the meantime, I'll say that I've always got prompt responses to my requests for testing from people on this list, particularly jchandra@. So, I don't feel like progress on MIPS VM issues is being slowed much by my lack of hardware. Thanks, Alan P.S. I would encourage someone with hardware to look into implementing a non-iterative ffs*() using (d)clz. The MIPS pmap would benefit from this. Basically, most pmap_enter() calls are doing an ffs*().