Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Richard Earnshaw <rearnsha@netbsd.org>
List: source-changes
Date: 11/10/2003 16:13:05
Module Name: src
Committed By: rearnsha
Date: Mon Nov 10 16:13:05 UTC 2003
Modified Files:
src/sys/uvm: uvm_page.h
Log Message:
In vm_phsyseg_find, use u_int for start, len and try when doing a
binary search. Avoids the need for signed division by 2. Approved
by thorpej.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/uvm/uvm_page.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.