summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-07-14 19:00:44 +0000
committeralc <alc@FreeBSD.org>2007-07-14 19:00:44 +0000
commitc29e755cdbc8d36a443c84b9d3ab1e5d576fbba3 (patch)
tree26538a5b6e4a19ac487dc9e8ecfa7306f6e6936b /sys
parent77438828c722ed2d99dcd77f36cf20a88ba39d9a (diff)
downloadFreeBSD-src-c29e755cdbc8d36a443c84b9d3ab1e5d576fbba3.zip
FreeBSD-src-c29e755cdbc8d36a443c84b9d3ab1e5d576fbba3.tar.gz
Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".
Approved by: re (hrs)
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_zeroidle.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c
index 1cba318..0684213 100644
--- a/sys/vm/vm_zeroidle.c
+++ b/sys/vm/vm_zeroidle.c
@@ -59,10 +59,6 @@ TUNABLE_INT("vm.idlezero_enable", &idlezero_enable_default);
static int idlezero_enable = 0;
SYSCTL_INT(_vm, OID_AUTO, idlezero_enable, CTLFLAG_RW, &idlezero_enable, 0, "");
-static int idlezero_maxrun = 16;
-SYSCTL_INT(_vm, OID_AUTO, idlezero_maxrun, CTLFLAG_RW, &idlezero_maxrun, 0, "");
-TUNABLE_INT("vm.idlezero_maxrun", &idlezero_maxrun);
-
/*
* Implement the pre-zeroed page mechanism.
*/
OpenPOWER on IntegriCloud