]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED
authoralc <alc@FreeBSD.org>
Thu, 8 Aug 2002 19:12:36 +0000 (19:12 +0000)
committeralc <alc@FreeBSD.org>
Thu, 8 Aug 2002 19:12:36 +0000 (19:12 +0000)
commit170fb8b34d55cd9f478b6dd03f73ad369ade2695
tree39b8b081cdc3f07249e36d90bc907a8ce1721f67
parent761cf38833d9eb8e909877dd244bfdfbf00825c7
 o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED
   flag.  (This is the only place in the entire kernel where the PG_MAPPED
   flag is tested.  It will be removed soon.)
sys/vm/vm_page.c