summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index da6a61b..1ecec22 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -109,8 +109,7 @@ static int vfs_knllocked(void *arg);
* Enable Giant pushdown based on whether or not the vm is mpsafe in this
* build. Without mpsafevm the buffer cache can not run Giant free.
*/
-#if defined(__amd64__) || defined(__i386__) || \
- defined(__ia64__) || defined(__sparc64__)
+#if !defined(__powerpc__)
int mpsafe_vfs = 1;
#else
int mpsafe_vfs;
OpenPOWER on IntegriCloud