summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_phys.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-12-21 02:44:31 +0000
committeralc <alc@FreeBSD.org>2007-12-21 02:44:31 +0000
commitc6d4b1ee92042933c2739e5fba2f06e3a280837e (patch)
tree40f6d15c812d9823d82d7ed5760d83cb94a3caad /sys/vm/vm_phys.c
parent71f57a2fb12914c8f911e7c4e919c521dd3c6407 (diff)
downloadFreeBSD-src-c6d4b1ee92042933c2739e5fba2f06e3a280837e.zip
FreeBSD-src-c6d4b1ee92042933c2739e5fba2f06e3a280837e.tar.gz
Update the comment describing vm_phys_unfree_page().
Diffstat (limited to 'sys/vm/vm_phys.c')
-rw-r--r--sys/vm/vm_phys.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
index a57304b..be3e7fb 100644
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -464,7 +464,9 @@ vm_phys_set_pool(int pool, vm_page_t m, int order)
}
/*
- * Remove the given physical page "m" from the free lists.
+ * Search for the given physical page "m" in the free lists. If the search
+ * succeeds, remove "m" from the free lists and return TRUE. Otherwise, return
+ * FALSE, indicating that "m" is not in the free lists.
*
* The free page queues must be locked.
*/
OpenPOWER on IntegriCloud