]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
With the changes over the past year to how accesses to the page's dirty
authoralc <alc@FreeBSD.org>
Sat, 17 Mar 2012 22:04:58 +0000 (22:04 +0000)
committeralc <alc@FreeBSD.org>
Sat, 17 Mar 2012 22:04:58 +0000 (22:04 +0000)
commiteb494d678de962a38a167f6340ee1f70f7473fa5
treeda5389ff077505348dd3b2575f921381bd962ef6
parent26b44e3c9dec81c45a5cd5e5386ca5b6c9a06953
With the changes over the past year to how accesses to the page's dirty
field are synchronized, there is no need for pmap_protect() to acquire
the page queues lock unless it is going to access the pv lists.

Reviewed by: kib
sys/amd64/amd64/pmap.c