Enable debug.mpsafevm by default on alpha.

This commit is contained in:
alc 2004-12-17 17:17:36 +00:00
parent ba92b051ce
commit aafcafb659

View File

@ -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;