Date: Sat, 9 Nov 2002 23:12:05 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c vfs_bio.c src/sys/vm vm_fault.c vm_object.c vm_page.c vm_pageout.c vnode_pager.c Message-ID: <200211100712.gAA7C55O063652@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/11/09 23:12:05 PST Modified files: sys/kern kern_exec.c vfs_bio.c sys/vm vm_fault.c vm_object.c vm_page.c vm_pageout.c vnode_pager.c Log: 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(). Revision Changes Path 1.198 +1 -1 src/sys/kern/kern_exec.c 1.340 +2 -2 src/sys/kern/vfs_bio.c 1.155 +2 -2 src/sys/vm/vm_fault.c 1.237 +8 -8 src/sys/vm/vm_object.c 1.223 +3 -3 src/sys/vm/vm_page.c 1.210 +5 -5 src/sys/vm/vm_pageout.c 1.159 +1 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211100712.gAA7C55O063652>