From owner-cvs-all Wed Jul 3 14:42:38 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 6779237B400; Wed, 3 Jul 2002 14:42:32 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDF643E31; Wed, 3 Jul 2002 14:42:31 -0700 (PDT) (envelope-from alc@cs.rice.edu) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id C51164AA35; Wed, 3 Jul 2002 16:42:30 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 9B3E44AA30; Wed, 3 Jul 2002 16:42:29 -0500 (CDT) Date: Wed, 3 Jul 2002 16:42:29 -0500 From: Alan Cox To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <20020703214229.GF11391@cs.rice.edu> References: <200207032006.g63K6dxW054698@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207032006.g63K6dxW054698@freefall.freebsd.org> 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 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