From owner-cvs-all Sat Apr 27 15: 1:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8996E37B417; Sat, 27 Apr 2002 15:01:39 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3RM1d567100; Sat, 27 Apr 2002 15:01:39 -0700 (PDT) (envelope-from alc) Message-Id: <200204272201.g3RM1d567100@freefall.freebsd.org> From: Alan Cox Date: Sat, 27 Apr 2002 15:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/04/27 15:01:38 PDT Modified files: sys/vm vm_map.c vm_map.h Log: o Begin documenting the (existing) locking protocol on the vm_map in the same style as sys/proc.h. o Undo the de-inlining of several trivial, MPSAFE methods on the vm_map. (Contrary to the commit message for vm_map.h revision 1.66 and vm_map.c revision 1.206, de-inlining these methods increased the kernel's size.) Revision Changes Path 1.223 +0 -19 src/sys/vm/vm_map.c 1.75 +26 -6 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message