Remove unnecessary page queues locking around vm_page_wakeup().

Approved by:	kmacy
This commit is contained in:
alc 2009-02-14 22:07:22 +00:00
parent 60038f21cf
commit 783a479d0f

View File

@ -3126,9 +3126,7 @@ retry:
}
p = vm_page_lookup(object, pindex);
vm_page_lock_queues();
vm_page_wakeup(p);
vm_page_unlock_queues();
}
ptepa = VM_PAGE_TO_PHYS(p);