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 03:26:38
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jun 28 00:26:38 UTC 2001

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

Log Message:
Rather than using u_shorts, use u_ints and bitfields in the vm_page.  This
provides us more flexibility with pageq-locked fields, and clarifies the
locking semantics for platforms which cannot address shorts.

From Ross Harvey.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/uvm/uvm_page.h

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