Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/21/2004 06:45:49
Module Name:	src
Committed By:	yamt
Date:		Sun Nov 21 06:45:49 UTC 2004

Modified Files:
	src/sys/uvm: uvm_loan.c

Log Message:
- prevent wired pages from being loaned, rather than just panicking.
  caller should take care of failure by eg. falling back to dumb copy.
  PR/23285.
- add some related assertions.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/uvm/uvm_loan.c

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