alc ad1fbba2a9 Two changes to vm_map_delete:
1. Don't bother checking object->ref_count == 1 in order to set
OBJ_ONEMAPPING.  It's a waste of time.  If object->ref_count == 1,
vm_map_entry_delete will "run-down" the object and its pages.

2. If object->ref_count == 1, ignore OBJ_ONEMAPPING.  Wait for
vm_map_entry_delete to "run-down" the object and its pages.
Otherwise, we're calling two different procedures to delete
the object's pages.

Note: "vmstat -s" will once again show a non-zero value
for "pages freed by exiting processes".
1999-04-04 07:11:02 +00:00
..
1999-01-26 02:49:52 +00:00
1998-02-06 12:14:30 +00:00
1999-04-04 07:11:02 +00:00
1999-03-15 05:09:48 +00:00
1999-02-25 05:37:18 +00:00
1999-01-10 01:58:29 +00:00
1999-01-10 01:58:29 +00:00
1999-03-27 02:39:01 +00:00