Enable debug.mpsafevm on arm by default.

Tested by: cognet@
This commit is contained in:
Alan Cox 2006-06-10 05:29:37 +00:00
parent 8bf9b9233d
commit e4c7a7b169
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159475

View File

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