K 10 svn:author V 3 alc K 8 svn:date V 27 2019-06-15T17:26:42.852044Z K 7 svn:log V 284 Previously, when pmap_remove_pages() destroyed a dirty superpage mapping, it only called vm_page_dirty() on the first of the superpage's constituent 4KB pages. This revision corrects that error, calling vm_page_dirty() on all of superpage's constituent 4KB pages. MFC after: 3 days END