summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_meter.c')
-rw-r--r--sys/vm/vm_meter.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c
index 84de42c..709f9b5 100644
--- a/sys/vm/vm_meter.c
+++ b/sys/vm/vm_meter.c
@@ -52,14 +52,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_object.h>
#include <sys/sysctl.h>
-/*
- * Virtual memory MPSAFE temporary workarounds.
- */
-int debug_mpsafevm = 1;
-TUNABLE_INT("debug.mpsafevm", &debug_mpsafevm);
-SYSCTL_INT(_debug, OID_AUTO, mpsafevm, CTLFLAG_RD, &debug_mpsafevm, 0,
- "Enable/disable MPSAFE virtual memory support");
-
struct vmmeter cnt;
int maxslp = MAXSLP;
OpenPOWER on IntegriCloud