Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/17/2000 04:41:35
Module Name:	syssrc
Committed By:	tv
Date:		Tue Oct 17 01:41:34 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/include [netbsd-1-5]: pte.h

Log Message:
Pullup 1.17 by patch [ragge]:
By accident, a previously unused bit in the PTE got used as wired bit.
Because of this kvtophys() of wired pages did set the leftmost bit, causing
the pager to hang while swapping. This is now fixed by using another
free bit in the PTE as wired bit instead.
This fixes PR#11121.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 syssrc/sys/arch/vax/include/pte.h

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