Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 03/21/2001 05:16:07
Module Name:	syssrc
Committed By:	chs
Date:		Wed Mar 21 03:16:07 UTC 2001

Modified Files:
	syssrc/sys/arch/alpha/alpha: pmap.c
	syssrc/sys/arch/mips/mips: pmap.c
	syssrc/sys/uvm: uvm_param.h

Log Message:
use ubc_winshift instead of ubc_winsize in pmaps to set up kernel
virtual space.  the latter isn't initialized yet when the value is needed.
fixes PR 12440.


To generate a diff of this commit:
cvs rdiff -r1.157 -r1.158 syssrc/sys/arch/alpha/alpha/pmap.c
cvs rdiff -r1.118 -r1.119 syssrc/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/uvm/uvm_param.h

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