Subject: CVS commit: src/sys/arch/hppa/hppa
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/18/2003 11:37:39
Module Name:	src
Committed By:	chs
Date:		Tue Nov 18 11:37:39 UTC 2003

Modified Files:
	src/sys/arch/hppa/hppa: vm_machdep.c

Log Message:
fix address computation in vmapbuf().  use uvm_km_valloc_prefer_wait().
call pmap_remove() explicitly in vunmapbuf(), this has been required
for several years now.  fixes PR 20933.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/hppa/hppa/vm_machdep.c

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