From owner-cvs-all@FreeBSD.ORG Sun Nov 6 22:33:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBC616A41F; Sun, 6 Nov 2005 22:33:53 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2881E43D8E; Sun, 6 Nov 2005 22:33:38 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 2EDFC4A9A7; Sun, 6 Nov 2005 16:33:35 -0600 (CST) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 04886-01-28; Sun, 6 Nov 2005 16:33:34 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 7F86C4A9AD; Sun, 6 Nov 2005 16:33:34 -0600 (CST) Date: Sun, 6 Nov 2005 16:33:34 -0600 From: Alan Cox To: Olivier Houchard Message-ID: <20051106223334.GX2746@cs.rice.edu> References: <200511061610.jA6GASID095825@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511061610.jA6GASID095825@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include pmap.h src/sys/arm/arm machdep.c pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 22:33:53 -0000 On Sun, Nov 06, 2005 at 04:10:28PM +0000, Olivier Houchard wrote: > cognet 2005-11-06 16:10:28 UTC > > FreeBSD src repository > > Modified files: > sys/arm/include pmap.h > sys/arm/arm machdep.c pmap.c > Log: > MFi386 rev 1.536 (sort of) > Move what can be moved (UMA zones creation, pv_entry_* initialization) from > pmap_init2() to pmap_init(). > Create a new function, pmap_postinit(), called from cpu_startup(), to do the > L1 tables allocation. > pmap_init2() is now empty for arm as well. > > Revision Changes Path > 1.19 +1 -0 src/sys/arm/arm/machdep.c > 1.40 +21 -30 src/sys/arm/arm/pmap.c > 1.13 +2 -0 src/sys/arm/include/pmap.h Thank you. Alan