1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00: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:
Grzegorz Bernacki 2013-07-04 10:40:24 +00:00
parent ad55cd76a6
commit fc4c2354ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252695

View File

@ -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);
}