Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/28/2001 02:57:18
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Jun 27 23:57:18 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_page.c uvm_page_i.h

Log Message:
Since a page can be on only one of ACTIVE or INACTIVE queues at
any given time, turn two consecutive if statements into an if-else-if
construct.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/uvm/uvm_page.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/uvm/uvm_page_i.h

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