summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zeroidle.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-08-21 06:27:28 +0000
committeralc <alc@FreeBSD.org>2006-08-21 06:27:28 +0000
commitfe4d04c55514c2e5b23cea509301acfe28819b7c (patch)
treee6ee6518387bbef3e797b3186cf12c25148a9680 /sys/vm/vm_zeroidle.c
parenta5e7380f7b7aa4ec5542efcc5a285b41085c1977 (diff)
downloadFreeBSD-src-fe4d04c55514c2e5b23cea509301acfe28819b7c.zip
FreeBSD-src-fe4d04c55514c2e5b23cea509301acfe28819b7c.tar.gz
Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and
eliminate their declarations from various source files.
Diffstat (limited to 'sys/vm/vm_zeroidle.c')
-rw-r--r--sys/vm/vm_zeroidle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c
index 4f48ccc..5479430 100644
--- a/sys/vm/vm_zeroidle.c
+++ b/sys/vm/vm_zeroidle.c
@@ -52,8 +52,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/vm_page.h>
-SYSCTL_DECL(_vm_stats_misc);
-
static int cnt_prezero;
SYSCTL_INT(_vm_stats_misc, OID_AUTO, cnt_prezero, CTLFLAG_RD,
&cnt_prezero, 0, "");
OpenPOWER on IntegriCloud