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
This commit is contained in:
parent
aeb2a851ad
commit
14cdc36456
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151352
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user