From owner-freebsd-arm@FreeBSD.ORG Wed May 8 08:59:09 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABC8F7FD for ; Wed, 8 May 2013 08:59:09 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 6854CF30 for ; Wed, 8 May 2013 08:59:09 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 0DBD5EBDB4; Wed, 8 May 2013 10:59:02 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id v87yXXvZI4f4; Wed, 8 May 2013 10:59:01 +0200 (CEST) Received: from [10.0.2.117] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id 8891FC5A29; Wed, 8 May 2013 10:59:01 +0200 (CEST) Message-ID: <518A13D5.9030904@semihalf.com> Date: Wed, 08 May 2013 10:59:01 +0200 From: Zbyszek Bodek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-arm@FreeBSD.org Subject: Re: New PV entry allocator for pmap-v6.c References: <518545A0.5020107@semihalf.com> In-Reply-To: <518545A0.5020107@semihalf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 08:59:09 -0000 On 04.05.2013 19:30, Zbyszek Bodek wrote: > Hello everyone, > > As a part of Semihalf work on Superpages support, > we've made some pmap-v6.c improvements and clean-ups. > > We would like to start integrating our code to the mainline FreeBSD, > therefore I'm happy to introduce the new PV entry allocator for > pmap-v6.c ported from amd64/i386/mips. > > Alan Cox (alc) was so kind to review the code. > > If there are no objections, then we will commit this patch to the HEAD > around Monday/Tuesday. > > Please check out the attachment for details. > Hello again, Does anyone have any comments and/or remarks regarding the mentioned patch? I was testing it on the multicore ARMv7 machine however, it would be good if someone test it on available ARMv6/ARMv7 platforms. Best regards Zbyszek Bodek