K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-25T20:21:52.000000Z K 7 svn:log V 300 Remove nonsensical vm_map_{clear,set}_recursive() calls from vm_map_pageable(). At the point they called, vm_map_pageable() holds a read (or shared) lock on the map. The purpose of vm_map_{clear,set}_recursive() is to disable/enable repeated write (or exclusive) lock requests by the same process. END