K 10 svn:author V 3 alc K 8 svn:date V 27 1999-03-14T06:36:00.000000Z K 7 svn:log V 256 Correct two optimization errors in vm_object_page_remove: 1. The size of vm_object::memq is vm_object::resident_page_count, not vm_object::size. 2. The "size > 4" test sometimes results in the traversal of a ~1000 page memq in order to locate ~10 pages. END