Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a

long time, i.e., since the cleanup of the VM Page-queues code done two
years ago.

Reviewed by:	Alan Cox <alc at freebsd.org>,
            	Matthew Dillon <dillon at backplane.com>
This commit is contained in:
Hiten Pandya 2004-05-30 00:42:38 +00:00
parent de10ed4154
commit 76ce6ff787

View File

@ -183,8 +183,8 @@ vm_pageq_remove(vm_page_t m)
* This routine must be called at splvm().
* This routine may not block.
*
* This routine may only be called from the vm_page_list_find() macro
* in vm_page.h
* This routine may only be called from the vm_pageq_find()
* function in this file.
*/
static __inline vm_page_t
_vm_pageq_find(int basequeue, int index)