Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/uvm



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.




Home | Main Index | Thread Index | Old Index