Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 10/24/2003 13:07:33
Module Name:	src
Committed By:	cl
Date:		Fri Oct 24 13:07:33 UTC 2003

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

Log Message:
simplify tests:
The case where l_stat == LSONPROC and l_cpu == curcpu cannot happen
because the pagedaemon is the LWP on curcpu and the pagedaemon is a
kernel thread and the code is only used by the pagedaemon.

See also updated patch in PR kern/23095, which I ment to checkin
originally.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/uvm/uvm_glue.c

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