aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-03-27 05:29:41 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-03-27 05:29:41 +0000
commitf3ea971bf077874d1e5a2c2c7fa7dd5ef0c4a823 (patch)
tree462961c95cb68383805a8237c6536e778b0424e1
parenta77c710a2570167a97ca110d461631d851228ac2 (diff)
Notes
-rw-r--r--sys/kern/vfs_subr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index cf78d0429d69..bad98282bf44 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -114,11 +114,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(__powerpc__)
int mpsafe_vfs = 1;
-#else
-int mpsafe_vfs;
-#endif
TUNABLE_INT("debug.mpsafevfs", &mpsafe_vfs);
SYSCTL_INT(_debug, OID_AUTO, mpsafevfs, CTLFLAG_RD, &mpsafe_vfs, 0,
"MPSAFE VFS");