diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-14 20:15:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-14 20:15:26 +0000 |
commit | d30e33b1f3d6a0b9752bd9b8560c91f5e4970e2f (patch) | |
tree | a1d3e44fe34d7689887a7b70c0e76a60d24517c2 /sys/uvm/uvm_extern.h | |
parent | 3d9a18849a92316ad3f00a9d6d89a19b6f81bd69 (diff) |
Remove `swapin' and `swapout' from uvm statistics, since we don't swap out
u areas since quite a few years now.
Diffstat (limited to 'sys/uvm/uvm_extern.h')
-rw-r--r-- | sys/uvm/uvm_extern.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |