From owner-cvs-all Thu Jun 20 0: 3:40 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 2D12E37B405; Thu, 20 Jun 2002 00:03:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 8FB3A4A9B8; Thu, 20 Jun 2002 02:03:36 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 15FB94A9AE; Thu, 20 Jun 2002 02:03:36 -0500 (CDT) Date: Thu, 20 Jun 2002 02:03:36 -0500 From: Alan Cox To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <20020620070336.GG17003@cs.rice.edu> References: <200206200623.g5K6Nfp03256@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206200623.g5K6Nfp03256@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 19, 2002 at 11:23:41PM -0700, Peter Wemm wrote: > peter 2002/06/19 23:23:41 PDT > > Modified files: > sys/ia64/ia64 pmap.c > Log: > Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions, > in this case cut/pasted from sparc64 instead of messing with > contigmalloc where it is not needed. > > Revision Changes Path > 1.62 +111 -17 src/sys/ia64/ia64/pmap.c Could someone with an Alpha please try the sparc64 implementation of these functions as well? If that experiment is successful, then we can hoist these functions out of the machine-dependent code. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message