summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-14 23:56:13 +0000
committerkris <kris@FreeBSD.org>2005-10-14 23:56:13 +0000
commit4bb62bb5637d6ee2a9592bb52cfa46d1aa1cf7fb (patch)
treec72ce698283f8fa5cfa4f757f35bcd4647b4a1e8 /sys
parent38f75485c17ba3c8161381ee2ea6881f4860f021 (diff)
downloadFreeBSD-src-4bb62bb5637d6ee2a9592bb52cfa46d1aa1cf7fb.zip
FreeBSD-src-4bb62bb5637d6ee2a9592bb52cfa46d1aa1cf7fb.tar.gz
mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months,
so we are ready for mpsafevfs=1 by default on sparc64 too. I have been running this on all my sparc64 machines for over 6 months, and have not encountered MD problems. MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 4e3d771..32a630a 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -109,7 +109,7 @@ static int vfs_knllocked(void *arg);
* build. Without mpsafevm the buffer cache can not run Giant free.
*/
#if defined(__alpha__) || defined(__amd64__) || defined(__i386__) || \
- defined(__ia64__)
+ defined(__ia64__) || defined(__sparc64__)
int mpsafe_vfs = 1;
#else
int mpsafe_vfs;
OpenPOWER on IntegriCloud