From owner-svn-src-head@FreeBSD.ORG Sat Mar 14 05:52:44 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106DF106564A; Sat, 14 Mar 2009 05:52:44 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id DBB748FC0A; Sat, 14 Mar 2009 05:52:43 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 581FD2C2A8E; Sat, 14 Mar 2009 00:52:43 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OJ8W1mpUlHba; Sat, 14 Mar 2009 00:52:35 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 58A3E2C2A91; Sat, 14 Mar 2009 00:52:35 -0500 (CDT) Message-ID: <49BB4622.2010108@cs.rice.edu> Date: Sat, 14 Mar 2009 00:52:34 -0500 From: Alan Cox User-Agent: Thunderbird 2.0.0.19 (X11/20090124) MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <200903140533.n2E5X9mK083026@svn.freebsd.org> In-Reply-To: <200903140533.n2E5X9mK083026@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox Subject: Re: svn commit: r189783 - head/sys/amd64/amd64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 05:52:44 -0000 Alan Cox wrote: > Author: alc > Date: Sat Mar 14 05:33:09 2009 > New Revision: 189783 > URL: http://svn.freebsd.org/changeset/base/189783 > > Log: > Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's > resident page count and the global wired page count were not correctly > maintained when page table page allocation failed. > > MFC after: 6 weeks > I should have also said: Reviewed by: kib Tested by: pho