mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Enable debug.mpsafevm by default on alpha.
This commit is contained in:
parent
548c9b4376
commit
06c98c5dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
|||
/*
|
||||
* Virtual memory MPSAFE temporary workarounds.
|
||||
*/
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
#if defined(__alpha__) || defined(__amd64__) || defined(__i386__)
|
||||
int debug_mpsafevm = 1;
|
||||
#else
|
||||
int debug_mpsafevm;
|
||||
|
|
|
|||
Loading…
Reference in a new issue