Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/23/1998 06:40:02
drochner
Mon Feb 23 06:37:01 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv16522

Modified Files:
	vm_fault.c 
Log Message:
Add a diagnostic panic() to catch attempts to call vm_page_unwire() with
an unmanaged page argument. This can lead to unpredictable results,
depending on the pmap interface (ie, MACHINE_[NEW_]NONCONTIG).