]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MF amd64 r233097, r233122
authoralc <alc@FreeBSD.org>
Thu, 24 May 2012 15:25:35 +0000 (15:25 +0000)
committeralc <alc@FreeBSD.org>
Thu, 24 May 2012 15:25:35 +0000 (15:25 +0000)
commit20811fd440c15c30bf11425fc57b15309c51a9e7
tree91409fbdbcef7d68424468b04d4d7a6d79279ea6
parent96f3e42ce2c9de14b3e9a1de338ed639c1c8b596
MF amd64 r233097, r233122

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 or
PMAP1/PADDR1.

Style fix to pmap_protect().
sys/i386/i386/pmap.c