Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 08/27/2000 18:25:06
Module Name:	syssrc
Committed By:	ragge
Date:		Sun Aug 27 15:25:05 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/vax [netbsd-1-5]: pmap.c

Log Message:
Pull up revision 1.87 (requested by ragge):

Wiring of a page were done at the wrong place, so pages in kernel space
never got the wired bit set. This caused panics if a swapped out process
was swapped in again and the kernel stack had not yet been unmapped.
While here, add a forgotten lock initializer.


To generate a diff of this commit:
cvs rdiff -r1.82.2.1 -r1.82.2.2 syssrc/sys/arch/vax/vax/pmap.c

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