Alan Cox ecde4b3218 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.
2003-04-26 23:41:30 +00:00
..
2003-03-25 04:32:52 +00:00
2003-04-09 02:57:29 +00:00
2002-12-22 05:35:03 +00:00
2002-06-29 02:00:02 +00:00
2003-01-07 20:10:04 +00:00
2003-04-16 20:57:35 +00:00
2003-02-12 07:00:59 +00:00
2002-10-02 09:09:25 +00:00
2003-02-20 03:26:11 +00:00
2003-04-09 02:57:29 +00:00
2003-03-07 22:47:32 +00:00
2003-03-23 19:41:34 +00:00