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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c
index ac2906a..c5d3abc 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(__alpha__) || defined(__amd64__) || defined(__i386__) || defined(__sparc64__)
+#if !defined(__arm__) && !defined(__powerpc__)
int debug_mpsafevm = 1;
#else
int debug_mpsafevm;
OpenPOWER on IntegriCloud