]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clear the accessed bit when copying a managed superpage mapping
authorAlan Cox <alc@FreeBSD.org>
Tue, 13 Jul 2021 07:30:43 +0000 (02:30 -0500)
committerMark Johnston <markj@FreeBSD.org>
Wed, 1 Sep 2021 13:29:01 +0000 (09:29 -0400)
commit4b38880259e81043978f4be27ef2289120c1b9d3
treea21a07f92ee1b10f2be9b124747d47ee8aaf9570
parentbfff99f7d15ca4e4b426d31bbf400cbd4b404374
Clear the accessed bit when copying a managed superpage mapping

pmap_copy() is used to speculatively create mappings, so those mappings
should not have their access bit preset.

Reviewed by: kib, markj

(cherry picked from commit 325ff9327459bc7307130675fa19367ff8b02310)
sys/amd64/amd64/pmap.c
sys/arm64/arm64/pmap.c