mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant clearing of the PGA_WRITEABLE flag in
pmap_remove_all() This flag should already be cleared by pmap_nuke_pv() Submitted by: Zbigniew Bodek <zbb@semihalf.com> Sponsored by: The FreeBSD Foundation, Semihalf
This commit is contained in:
parent
ad55cd76a6
commit
fc4c2354ff
1 changed files with 0 additions and 1 deletions
|
|
@ -2470,7 +2470,6 @@ pmap_remove_all(vm_page_t m)
|
|||
else
|
||||
cpu_tlb_flushD();
|
||||
}
|
||||
vm_page_aflag_clear(m, PGA_WRITEABLE);
|
||||
rw_wunlock(&pvh_global_lock);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue