From owner-cvs-all Wed Jul 3 15:21: 5 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 1CE6C37B423; Wed, 3 Jul 2002 15:20:40 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ECC43E09; Wed, 3 Jul 2002 15:20:24 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020703222024.CPAF903.sccrmhc03.attbi.com@InterJet.elischer.org>; Wed, 3 Jul 2002 22:20:24 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA04707; Wed, 3 Jul 2002 15:15:37 -0700 (PDT) Date: Wed, 3 Jul 2002 15:15:36 -0700 (PDT) From: Julian Elischer To: Alan Cox Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c In-Reply-To: <20020703214229.GF11391@cs.rice.edu> 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 hmmm seemed to work here.... let me see if I've left out part of the patch or something.. On Wed, 3 Jul 2002, Alan Cox wrote: > On Wed, Jul 03, 2002 at 01:06:39PM -0700, Julian Elischer wrote: > > julian 2002/07/03 13:06:39 PDT > > > > Modified files: > > sys/i386/i386 pmap.c > > Log: > > Remove vestiges of old code... > > These functions are always called on new memory so they can > > not already be set up, so don't bother testing for that. > > (This was left over from before we used UMA (which is cool)) > > > > Revision Changes Path > > 1.328 +12 -21 src/sys/i386/i386/pmap.c > > I just got a "pmap_new_thread: kstack allocation failed" doing > a "buildworld" after this change. > > Alan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message