Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/24/2004 21:29:03
Module Name:	src
Committed By:	dbj
Date:		Sat Jan 24 21:29:03 UTC 2004

Modified Files:
	src/sys/uvm: uvm_stat.h

Log Message:
rearrange struct uvm_history to put the struct simplelock at the end.
This avoids problems with the kernel grovelling vmstat -u/-U when
using LOCKDEBUG, which changes the size of struct simplelock.
Replaced the original location of the simplelock with "int unused"
so that binary compatibility will be retained with old vmstat.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/uvm/uvm_stat.h

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