Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 08/27/2000 17:14:52
Module Name: syssrc
Committed By: ragge
Date: Sun Aug 27 14:14:52 UTC 2000
Modified Files:
syssrc/sys/arch/vax/vax: pmap.c
Log Message:
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.86 -r1.87 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.