From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:05:48 2004 Return-Path: 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 EB2B516A4CE; Sat, 14 Feb 2004 03:05:48 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A98543D1D; Sat, 14 Feb 2004 03:05:48 -0800 (PST) (envelope-from alc@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:05:39 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:56:37 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CKuPsL004209 for ; Fri, 13 Feb 2004 05:56:25 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 265E857369; Thu, 12 Feb 2004 12:56:21 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BD90416A4CF; Thu, 12 Feb 2004 12:56:20 -0800 (PST) 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 9103516A4CE; Thu, 12 Feb 2004 12:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7717E43D1D; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKu7Ge092470; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKu74H092469; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc) Message-Id: <200402122056.i1CKu74H092469@repoman.freebsd.org> From: Alan Cox Date: Thu, 12 Feb 2004 12:56:07 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:56:38.0031 (UTC) FILETIME=[B50601F0:01C3F1AA] Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:05:49 -0000 alc 2004/02/12 12:56:07 PST FreeBSD src repository Modified files: sys/vm vm_map.c Log: Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove() on system maps, besides the kmem_map, without Giant. In collaboration with: tegge Revision Changes Path 1.329 +2 -2 src/sys/vm/vm_map.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"