]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFamd64/i386 r207205
authorAlan Cox <alc@FreeBSD.org>
Thu, 29 Apr 2010 15:47:31 +0000 (15:47 +0000)
committerAlan Cox <alc@FreeBSD.org>
Thu, 29 Apr 2010 15:47:31 +0000 (15:47 +0000)
commit1332aaf9eddd39c77e093d5205ce57ac5ab2edd2
tree3bc3eb69048a61f232f804a52e008180280b53da
parentc6ddcbe009b2952a3e34fa6e139f666209aa1e3e
MFamd64/i386 r207205
  Clearing a page table entry's accessed bit and setting the page's
  PG_REFERENCED flag in pmap_protect() can't really be justified, so
  don't do it.  Moreover, on ia64, don't set the page's dirty field
  unless pmap_protect() is removing write access.
sys/ia64/ia64/pmap.c
sys/sparc64/sparc64/pmap.c
sys/sun4v/sun4v/pmap.c