From owner-cvs-all Thu Jul 4 23:49:35 2002 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 7D25B37B401; Thu, 4 Jul 2002 23:49:28 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C08D43E3B; Thu, 4 Jul 2002 23:49:28 -0700 (PDT) (envelope-from alc@cs.rice.edu) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 780E84A9FA; Fri, 5 Jul 2002 01:49:27 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id F30014A9F8; Fri, 5 Jul 2002 01:49:26 -0500 (CDT) Date: Fri, 5 Jul 2002 01:49:26 -0500 From: Alan Cox To: Jeff Roberson Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <20020705064926.GJ11391@cs.rice.edu> References: <20020620070336.GG17003@cs.rice.edu> <20020704233901.W25604-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020704233901.W25604-100000@mail.chesapeake.net> 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 Thu, Jul 04, 2002 at 11:42:23PM -0400, Jeff Roberson wrote: > > On Thu, 20 Jun 2002, Alan Cox wrote: > > > 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 > > > > Sorry for the late response. Yes, the sparc64 versions work here too. > It looks like there is only one thing that would have to change to get the > thread functions synced up as well but ia64 is different enough to > prohibit this. > > How shall we coordinate this? This weekend I'll add some stubs to vm/vm_glue.c that conditionally compile to either the MI implementation or calling the existing pmap_{new,dispose,swapin,swapout}_proc() functions. Once the MI implementation is running on all platforms, we'll remove the conditional compilation and pmap_{new,dispose,swapin,swapout}_proc(). Regards, Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message