From owner-cvs-all Fri Jul 5 0:28:56 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 0C3BF37B400; Fri, 5 Jul 2002 00:28:49 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8178343E3B; Fri, 5 Jul 2002 00:28:48 -0700 (PDT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 338842A7D6; Fri, 5 Jul 2002 00:28:48 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id EAC304C26B; Fri, 5 Jul 2002 00:28:47 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id DF981390F; Fri, 5 Jul 2002 00:28:55 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alan Cox Cc: Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 pmap.c In-Reply-To: <20020705064926.GJ11391@cs.rice.edu> Date: Fri, 05 Jul 2002 00:28:55 -0700 From: Peter Wemm Message-Id: <20020705072855.DF981390F@overcee.wemm.org> 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 Alan Cox wrote: > 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(). Whoa, hold on! I've already done this.. http://people.freebsd.org/~peter/uma_proc.diff I'm just about to test it on x86/alpha/ia64 and maybe sparc64. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message