From owner-cvs-src-old@FreeBSD.ORG Sun Apr 25 23:18:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D45B10657F9 for ; Sun, 25 Apr 2010 23:18:18 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 722978FC13 for ; Sun, 25 Apr 2010 23:18:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3PNIIe6099970 for ; Sun, 25 Apr 2010 23:18:18 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3PNIIIl099969 for cvs-src-old@freebsd.org; Sun, 25 Apr 2010 23:18:18 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <201004252318.o3PNIIIl099969@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Sun, 25 Apr 2010 23:18:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 23:18:18 -0000 kmacy 2010-04-25 23:18:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 207210 on 2010-04-25 23:18:02Z by kmacy Incremental reduction of delta with head_page_lock_2 branch - replace modification of pmap resident_count with pmap_resident_count_{inc,dec} - the pv list is protected by the pmap lock, but in several cases we are relying on the vm page queue mutex, move pv_va read under the pmap lock Revision Changes Path 1.692 +38 -25 src/sys/amd64/amd64/pmap.c