From owner-cvs-all Wed Jul 3 19:40:18 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 43BFC37B401; Wed, 3 Jul 2002 19:40:11 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5355643E09; Wed, 3 Jul 2002 19:40:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020704024009.CAIY24728.rwcrmhc51.attbi.com@InterJet.elischer.org>; Thu, 4 Jul 2002 02:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA05688; Wed, 3 Jul 2002 19:21:47 -0700 (PDT) Date: Wed, 3 Jul 2002 19:21:46 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha pmap.c In-Reply-To: <200207040153.g641r9ki016580@freefall.freebsd.org> Message-ID: 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 Wed, 3 Jul 2002, Peter Wemm wrote: > peter 2002/07/03 18:53:09 PDT > > Modified files: > sys/alpha/alpha pmap.c > Log: > Retrofit changes from i386/pmap.c rev 1.328-1.331. > > XXX should really replace the pmap_{new,swapin,swapout,dispose}_{proc,thread} > functions with the much cleaner sparc64 versions. or even nicer, the ia64 versions... I found I think, a bug in the sparc64 versions, (see other mail) but I think there's also something funny still happenning on the i386 as my test machine just hung.. ^T on the console (serial) shows: load: 0.00 cmd: csh 3189 [pfault] 0.00u 0.10s 0% 0k I can't break into the debugger so I'll have to reboot. I just attached a keyboard to the machine so next time I'll be able to break into the debugger.. (next time) > > Revision Changes Path > 1.95 +31 -43 src/sys/alpha/alpha/pmap.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message