From owner-cvs-all Thu Jul 4 20:42:43 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 4ED4037B405; Thu, 4 Jul 2002 20:42:35 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF5843E09; Thu, 4 Jul 2002 20:42:34 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g653gND73576; Thu, 4 Jul 2002 23:42:23 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Thu, 4 Jul 2002 23:42:23 -0400 (EDT) From: Jeff Roberson To: Alan Cox Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/ia64/ia64 pmap.c In-Reply-To: <20020620070336.GG17003@cs.rice.edu> Message-ID: <20020704233901.W25604-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 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? Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message