From owner-cvs-src@FreeBSD.ORG Tue Apr 18 20:17:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC1C16A404; Tue, 18 Apr 2006 20:17:33 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4945343D6E; Tue, 18 Apr 2006 20:17:33 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IKHXtU053613; Tue, 18 Apr 2006 20:17:33 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IKHXIG053612; Tue, 18 Apr 2006 20:17:33 GMT (envelope-from peter) Message-Id: <200604182017.k3IKHXIG053612@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 Apr 2006 20:17:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 20:17:34 -0000 peter 2006-04-18 20:17:33 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: If we're doing a try-alloc of a pv entry and give up early, do not forget to reduce the pv_entry_count counter. This was found by Tor Egge. In the same email, Tor also pointed out the pv_stats problem in the previous commit, but I'd forgotten about it until I went looking for this email about this allocation problem. Revision Changes Path 1.547 +1 -0 src/sys/amd64/amd64/pmap.c