alc 93d0ca1e9d Merge r349526 from amd64. When we protect an L3 entry, we only call
vm_page_dirty() when, in fact, we are write protecting the page and the L3
entry has PTE_D set.  However, pmap_protect() was always calling
vm_page_dirty() when an L2 entry has PTE_D set.  Handle L2 entries the
same as L3 entries so that we won't perform unnecessary calls to
vm_page_dirty().

Simplify the loop calling vm_page_dirty() on L2 entries.
2019-07-05 05:23:23 +00:00
..
2019-07-04 14:15:04 +00:00
2019-06-22 05:35:23 +00:00
2019-07-02 05:25:18 +00:00
2019-07-04 14:15:04 +00:00
2019-07-02 05:25:18 +00:00
2019-06-29 00:51:38 +00:00
2019-06-08 16:26:56 +00:00