summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-07-21 23:22:49 +0000
committeralc <alc@FreeBSD.org>2006-07-21 23:22:49 +0000
commitb5b274360a3812cdb97291613b347d2d3708a69f (patch)
treeeae61cb5300fcf10fa3362df8cea2c0797332c3b /sys/vm/vm.h
parent9d70629cbaaea9865d9f6ec1bac456ba1a85d373 (diff)
downloadFreeBSD-src-b5b274360a3812cdb97291613b347d2d3708a69f.zip
FreeBSD-src-b5b274360a3812cdb97291613b347d2d3708a69f.tar.gz
Retire debug.mpsafevm. None of the architectures supported in CVS require
it any longer.
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