summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_extern.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-14 20:15:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-14 20:15:26 +0000
commitd30e33b1f3d6a0b9752bd9b8560c91f5e4970e2f (patch)
treea1d3e44fe34d7689887a7b70c0e76a60d24517c2 /sys/uvm/uvm_extern.h
parent3d9a18849a92316ad3f00a9d6d89a19b6f81bd69 (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.h4
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 */