Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/06/2001 09:30:15
Module Name:	syssrc
Committed By:	chs
Date:		Tue Nov  6 07:30:15 UTC 2001

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

Log Message:
use pmap_kenter_pa() instead of pmap_enter(), this is required for
pages loaned to the kernel.  this implies that we also need to
call pmap_kremove() before uvm_km_free().

other general cleanup:  remove argument names from prototypes,
rename some variables, etc.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/kern/sys_pipe.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/sys/pipe.h

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