Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/20/2001 22:09:14
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep 20 19:09:13 UTC 2001

Modified Files:
	syssrc/sys/kern: sys_pipe.c

Log Message:
call pmap_update() after pmap_enter()s
ALWAYS call uvm_unloanpage() in cleanup - it's necessary even
in pipe_loan_free() case, since uvm_km_free() doesn't seem
to implicitly unloan the loaned pages


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/kern/sys_pipe.c

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