Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/17/2005 14:51:50
Module Name:	src
Committed By:	yamt
Date:		Sat Sep 17 14:51:50 UTC 2005

Modified Files:
	src/sys/uvm: uvm_swap.c uvm_swap.h

Log Message:
- make uvm_swap_stats acquire swap_syscall_lock by itsself
  so that callers don't need to acquire it beforehand.
- make swap_syscall_lock static.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/uvm/uvm_swap.c
cvs rdiff -r1.12 -r1.13 src/sys/uvm/uvm_swap.h

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