]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r349070
authorAlan Cox <alc@FreeBSD.org>
Sun, 15 Sep 2019 21:32:19 +0000 (21:32 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 15 Sep 2019 21:32:19 +0000 (21:32 +0000)
commita2ec7d0f30bb121875f1581971a8251738975638
tree4d19d74a57bb5c36c9337c99b8d3a639ef5c205a
parent5498757a0a24b16e62bb72fa98e4376bd38d9c9c
MFC r349070
  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.
sys/arm64/arm64/pmap.c