Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 10/15/2000 14:00:38
Module Name:	syssrc
Committed By:	ragge
Date:		Sun Oct 15 11:00:38 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/include: pte.h

Log Message:
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.

Many thanks to Chuck Silvers that found what the problem was!


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 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.