alc 2003/11/04 21:48:23 PST
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
- Move the implementation of OBJ_ONEMAPPING from vm_map_delete() to
vm_map_entry_delete() so that all of the vm object manipulation is
performed in one place.
Revision Changes Path
1.318 +24 -30 src/sys/vm/vm_map.c