K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-30T07:23:04.000000Z K 7 svn:log V 297 o In vm_object_madvise() and vm_object_page_remove() replace vm_page_sleep_busy() with vm_page_sleep_if_busy(). At the same time, increase the scope of the page queues lock. (This should significantly reduce the locking overhead in vm_object_page_remove().) o Apply some style fixes. END