On Apr 28, 2008, at 8:38 AM, Andrew Doran wrote:
Module Name: src Committed By: ad Date: Mon Apr 28 15:38:03 UTC 2008 Modified Files: src/sys/kern: kern_synch.c Log Message:Even if PREEMPTION is defined, disable it by default until any preemption safety issues have been ironed out. Can be enabled at runtime with sysctl.
Any real reason to have the compile-time option if we can change it at run-time?
To generate a diff of this commit: cvs rdiff -r1.231 -r1.232 src/sys/kern/kern_synch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
-- thorpej