From d30e33b1f3d6a0b9752bd9b8560c91f5e4970e2f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 14 May 2013 20:15:26 +0000 Subject: Remove `swapin' and `swapout' from uvm statistics, since we don't swap out u areas since quite a few years now. --- sys/uvm/uvm_extern.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/uvm/uvm_extern.h') diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h index 991a44d4776..8fb82613fb6 100644 --- a/sys/uvm/uvm_extern.h +++ b/sys/uvm/uvm_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_extern.h,v 1.104 2012/03/09 13:01:29 ariane Exp $ */ +/* $OpenBSD: uvm_extern.h,v 1.105 2013/05/14 20:15:25 miod Exp $ */ /* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */ /* @@ -333,8 +333,6 @@ struct uvmexp { int syscalls; /* system calls */ int pageins; /* pagein operation count */ /* pageouts are in pdpageouts below */ - int swapins; /* swapins */ - int swapouts; /* swapouts */ int pgswapin; /* pages swapped in */ int pgswapout; /* pages swapped out */ int forks; /* forks */ -- cgit v1.2.3