Set debug.mpsafevm to true on PowerPC. (Now, by default, all architectures
in CVS have debug.mpsafevm set to true.) Tested by: grehan@
This commit is contained in:
parent
2d96c2b1b6
commit
ff5ff76116
@ -55,11 +55,7 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Virtual memory MPSAFE temporary workarounds.
|
||||
*/
|
||||
#if !defined(__powerpc__)
|
||||
int debug_mpsafevm = 1;
|
||||
#else
|
||||
int debug_mpsafevm;
|
||||
#endif
|
||||
TUNABLE_INT("debug.mpsafevm", &debug_mpsafevm);
|
||||
SYSCTL_INT(_debug, OID_AUTO, mpsafevm, CTLFLAG_RD, &debug_mpsafevm, 0,
|
||||
"Enable/disable MPSAFE virtual memory support");
|
||||
|
Loading…
x
Reference in New Issue
Block a user