K 10 svn:author V 3 alc K 8 svn:date V 27 2002-11-10T07:12:04.000000Z K 7 svn:log V 338 When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than indirectly through vm_page_protect(). The one remaining page flag that is updated by vm_page_protect() is already being updated by our various pmap implementations. Note: A later commit will similarly change the VM_PROT_READ case and eliminate vm_page_protect(). END