Date: Sat, 27 Apr 2002 15:01:39 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h Message-ID: <200204272201.g3RM1d567100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204272201.g3RM1d567100>