summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-02-24 20:23:16 +0000
committerkib <kib@FreeBSD.org>2009-02-24 20:23:16 +0000
commit8ee2717f0adc6e04f5b6f173f8515f0fd6611e3c (patch)
tree96b6d5b89dbc22d2030643790ca0eafbed60b107 /sys/vm
parente5bfcba0804aec97eaffc409174ebf4d4fe91cca (diff)
downloadFreeBSD-src-8ee2717f0adc6e04f5b6f173f8515f0fd6611e3c.zip
FreeBSD-src-8ee2717f0adc6e04f5b6f173f8515f0fd6611e3c.tar.gz
Update the comment after the r188334.
Reviewed by: alc
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_map.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index dc45ff4..ea90a70 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -2527,10 +2527,10 @@ vm_map_delete(vm_map_t map, vm_offset_t start, vm_offset_t end,
pmap_remove(map->pmap, entry->start, entry->end);
/*
- * Delete the entry (which may delete the object) only after
- * removing all pmap entries pointing to its pages.
- * (Otherwise, its page frames may be reallocated, and any
- * modify bits will be set in the wrong object!)
+ * Delete the entry only after removing all pmap
+ * entries pointing to its pages. (Otherwise, its
+ * page frames may be reallocated, and any modify bits
+ * will be set in the wrong object!)
*/
vm_map_entry_delete(map, entry);
entry->next = *freelist;
OpenPOWER on IntegriCloud