K 10 svn:author V 3 kib K 8 svn:date V 27 2009-02-24T20:57:43.353234Z K 7 svn:log V 287 Revert the addition of the freelist argument for the vm_map_delete() function, done in r188334. Instead, collect the entries that shall be freed, in the deferred_freelist member of the map. Automatically purge the deferred freelist when map is unlocked. Tested by: pho Reviewed by: alc END