K 10 svn:author V 3 alc K 8 svn:date V 27 2003-04-26T23:41:30.000000Z K 7 svn:log V 385 Various changes to vm_object_page_remove(): - Eliminate an odd, special-case feature: if start == end == 0 then all pages are removed. Only one caller used this feature and that caller can trivially pass the object's size. - Assert that the vm_object is locked on entry; don't bother testing for a NULL vm_object. - Style: Fix lines that are longer than 80 characters. END