K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-10-30T21:06:07.000000Z K 7 svn:log V 403 Merge kern_mac.c:1.114 from HEAD to RELENG_5: date: 2004/10/30 14:20:59; author: rwatson; state: Exp; lines: +21 -0 Disable use of synchronization early in the boot by the MAC Framework; for modules linked into the kernel or loaded very early, panics will result otherwise, as the CV code it calls will panic due to its use of a mutex before it is initialized. Approved by: re (kensmith) END