K 10 svn:author V 3 alc K 8 svn:date V 27 2005-08-28T00:19:54.000000Z K 7 svn:log V 254 Revert the previous change for two reasons: (1) If vm_map_find() succeeds but vm_map_wire() fails, then a vm object, vm map entries, and kernel_map free space is leaked and (2) unwiring is handled automatically by vm_map_remove(). Suggested by: tegge END