summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm.h')
-rw-r--r--sys/vm/vm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index 102a934..491872b 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -115,19 +115,6 @@ typedef struct vm_page *vm_page_t;
#endif /* _KERNEL */
/*
- * Virtual memory MPSAFE temporary workarounds.
- */
-extern int debug_mpsafevm; /* defined in vm/vm_meter.c */
-#define VM_LOCK_GIANT() do { \
- if (!debug_mpsafevm) \
- mtx_lock(&Giant); \
-} while (0)
-#define VM_UNLOCK_GIANT() do { \
- if (!debug_mpsafevm) \
- mtx_unlock(&Giant); \
-} while (0)
-
-/*
* Information passed from the machine-independant VM initialization code
* for use by machine-dependant code (mainly for MMU support)
*/
OpenPOWER on IntegriCloud