Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/18/2000 20:45:07
Module Name: syssrc
Committed By: thorpej
Date: Fri May 19 03:45:06 UTC 2000
Modified Files:
syssrc/sys/uvm: uvm_pager.c uvm_pager.h uvm_swap.c uvm_vnode.c
Log Message:
Tell uvm_pagermapin() the direction of the I/O so that it can map
with only the protection that it needs.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/uvm/uvm_pager.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/uvm/uvm_pager.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/uvm/uvm_swap.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/uvm/uvm_vnode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.