mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.c
rev 1.10
This commit is contained in:
parent
024c3fd9d5
commit
4cd0f1ee99
1 changed files with 1 additions and 5 deletions
|
|
@ -1276,11 +1276,7 @@ _pmap_unwire_pte_hold(pmap_t pmap, vm_offset_t va, vm_page_t m)
|
|||
--m->wire_count;
|
||||
if (m->wire_count == 0) {
|
||||
|
||||
if (m->flags & PG_WANTED) {
|
||||
vm_page_flag_clear(m, PG_WANTED);
|
||||
wakeup(m);
|
||||
}
|
||||
|
||||
vm_page_flash(m);
|
||||
vm_page_busy(m);
|
||||
vm_page_free_zero(m);
|
||||
--cnt.v_wire_count;
|
||||
|
|
|
|||
Loading…
Reference in a new issue