mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Enable debug.mpsafevm by default on alpha.
This commit is contained in:
parent
548c9b4376
commit
06c98c5dcc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138981
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
/*
|
/*
|
||||||
* Virtual memory MPSAFE temporary workarounds.
|
* Virtual memory MPSAFE temporary workarounds.
|
||||||
*/
|
*/
|
||||||
#if defined(__amd64__) || defined(__i386__)
|
#if defined(__alpha__) || defined(__amd64__) || defined(__i386__)
|
||||||
int debug_mpsafevm = 1;
|
int debug_mpsafevm = 1;
|
||||||
#else
|
#else
|
||||||
int debug_mpsafevm;
|
int debug_mpsafevm;
|
||||||
|
Loading…
Reference in New Issue
Block a user