mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove unnecessary page queues locking around vm_page_wakeup().
Approved by: kmacy
This commit is contained in:
parent
0618630015
commit
2f0b74fb06
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue