summaryrefslogtreecommitdiff
path: root/sys/vm/vm_zeroidle.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-07-12 20:17:06 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-07-12 20:17:06 +0000
commitfbcf77c2ea7889cd81fdf6c7b2b0fbc9689a4339 (patch)
treeb4ac30b07b35f56e5b15e9d9fed028a0cb87849e /sys/vm/vm_zeroidle.c
parent40e550266daf975aaf1fc3459e4dff1579747658 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_zeroidle.c')
-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 bf35c803e649..fbf5fe477fa5 100644
--- a/sys/vm/vm_zeroidle.c
+++ b/sys/vm/vm_zeroidle.c
@@ -30,11 +30,7 @@ static int cnt_prezero;
SYSCTL_INT(_vm_stats_misc, OID_AUTO,
cnt_prezero, CTLFLAG_RD, &cnt_prezero, 0, "");
-#ifdef SMP
-static int idlezero_enable = 0;
-#else
static int idlezero_enable = 1;
-#endif
SYSCTL_INT(_vm, OID_AUTO, idlezero_enable, CTLFLAG_RW, &idlezero_enable, 0, "");
TUNABLE_INT("vm.idlezero_enable", &idlezero_enable);