Date: Sun, 29 Dec 2002 13:01:14 -0800 (PST) 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_object.c vm_object.h Message-ID: <200212292101.gBTL1EeQ037945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/12/29 13:01:14 PST Modified files: sys/vm vm_map.c vm_object.c vm_object.h Log: - Remove vm_object_init2(). It is unused. - Add a mtx_destroy() to vm_object_collapse(). (This allows a bzero() to migrate from _vm_object_allocate() to vm_object_zinit(), where it will be performed less often.) Revision Changes Path 1.276 +0 -1 src/sys/vm/vm_map.c 1.252 +3 -6 src/sys/vm/vm_object.c 1.88 +0 -1 src/sys/vm/vm_object.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?200212292101.gBTL1EeQ037945>