Remove unnecessary page queues locking around vm_page_wakeup().
Approved by: kmacy
This commit is contained in:
parent
60038f21cf
commit
783a479d0f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user