Date: Sat, 8 Jun 2002 00:32:38 -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: <200206080732.g587Wcd00230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/06/08 00:32:38 PDT Modified files: sys/vm vm_map.c vm_map.h Log: o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire(). o Add a stub for vm_map_wire(). Note: the description of the previous commit had an error. The in- transition flag actually blocks the deallocation of a vm_map_entry by vm_map_delete() and vm_map_simplify_entry(). Revision Changes Path 1.244 +15 -6 src/sys/vm/vm_map.c 1.86 +2 -0 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?200206080732.g587Wcd00230>