From owner-cvs-all@FreeBSD.ORG Thu Sep 25 10:12:21 2003 Return-Path: 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 0335E16A4B3; Thu, 25 Sep 2003 10:12:21 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB594400F; Thu, 25 Sep 2003 10:12:12 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B5D82654EE; Thu, 25 Sep 2003 18:12:07 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04450-05-8; Thu, 25 Sep 2003 18:12:07 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 4BB91654ED; Thu, 25 Sep 2003 18:12:07 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id ED84510; Thu, 25 Sep 2003 15:07:40 +0100 (BST) Date: Thu, 25 Sep 2003 15:07:40 +0100 From: Bruce M Simpson To: Alan Cox Message-ID: <20030925140740.GD5844@saboteur.dek.spc.org> Mail-Followup-To: Alan Cox , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200309250251.h8P2p77r040311@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309250251.h8P2p77r040311@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 17:12:21 -0000 On Wed, Sep 24, 2003 at 07:51:07PM -0700, Alan Cox wrote: > - Eliminate the pte object. Hurrah! > - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate > KVA space for the page directory page(s). Submitted by: tegge Even better. BMS