mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Flip the switch and turn mpsafevm on by default for sparc64.
Approved by: alc
This commit is contained in:
parent
9def31dcd7
commit
a5c7ea5b9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144635
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Virtual memory MPSAFE temporary workarounds.
|
||||
*/
|
||||
#if defined(__alpha__) || defined(__amd64__) || defined(__i386__)
|
||||
#if defined(__alpha__) || defined(__amd64__) || defined(__i386__) || defined(__sparc64__)
|
||||
int debug_mpsafevm = 1;
|
||||
#else
|
||||
int debug_mpsafevm;
|
||||
|
Loading…
Reference in New Issue
Block a user