]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire().
authorAlan Cox <alc@FreeBSD.org>
Sat, 8 Jun 2002 07:32:38 +0000 (07:32 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 8 Jun 2002 07:32:38 +0000 (07:32 +0000)
commite27e17b7116161ff48dd2a2ad2bc6f03b4b8eaa2
treeaf43ad2b469193a0a301a9ba1975d8c06654b2bb
parent393cf5088e339f1a39966099c31507540044bd4f
 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().
sys/vm/vm_map.c
sys/vm/vm_map.h