Update the comment describing vm_phys_unfree_page().

This commit is contained in:
Alan Cox 2007-12-21 02:44:31 +00:00
parent ec4a9b7ce1
commit 9742373a92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174825

View File

@ -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.
*/