mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Enable debug.mpsafevm on arm by default.
Tested by: cognet@
This commit is contained in:
parent
8bf9b9233d
commit
e4c7a7b169
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159475
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Virtual memory MPSAFE temporary workarounds.
|
||||
*/
|
||||
#if !defined(__arm__) && !defined(__powerpc__)
|
||||
#if !defined(__powerpc__)
|
||||
int debug_mpsafevm = 1;
|
||||
#else
|
||||
int debug_mpsafevm;
|
||||
|
Loading…
Reference in New Issue
Block a user