Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/26/1999 16:53:49
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed May 26 23:53:49 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_map.c

Log Message:
Upon further investigation, in uvm_map_pageable(), entry->protection is the
right access_type to pass to uvm_fault_wire().  This way, if the entry has
VM_PROT_WRITE, and the entry is marked COW, the copy will happen immediately
in uvm_fault(), as if the access were performed.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/uvm/uvm_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.