Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/13/2003 20:43:03
Module Name:	src
Committed By:	scw
Date:		Mon Oct 13 20:43:03 UTC 2003

Modified Files:
	src/sys/uvm: uvm_glue.c

Log Message:
In uvm_lwp_fork(), check if PMAP_UAREA() is defined and if so, invoke it
with the KVA of the newly-wired uarea.

This is useful on some architectures (e.g. xscale) where the uarea mapping
can be tweaked to use the mini-data cache instead of the main cache.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/uvm/uvm_glue.c

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