summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-12-17 17:17:36 +0000
committeralc <alc@FreeBSD.org>2004-12-17 17:17:36 +0000
commitaafcafb65910425ce3addfadf8f3b8bda95d8676 (patch)
tree0a00a9db86e551ef5f3ff04d3304c87a11ff67d3 /sys/vm
parentba92b051ce295f288744c65c1dce840ccb666fdd (diff)
downloadFreeBSD-src-aafcafb65910425ce3addfadf8f3b8bda95d8676.zip
FreeBSD-src-aafcafb65910425ce3addfadf8f3b8bda95d8676.tar.gz
Enable debug.mpsafevm by default on alpha.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c
index 4c3d60b..5c20c67 100644
--- a/sys/vm/vm_meter.c
+++ b/sys/vm/vm_meter.c
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
/*
* Virtual memory MPSAFE temporary workarounds.
*/
-#if defined(__amd64__) || defined(__i386__)
+#if defined(__alpha__) || defined(__amd64__) || defined(__i386__)
int debug_mpsafevm = 1;
#else
int debug_mpsafevm;
OpenPOWER on IntegriCloud