K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-01-21T22:34:43.000000Z K 7 svn:log V 349 Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex inline functions non-inlined. Hide parts of the mutex implementation that should not be exposed. Make sure that WITNESS code is not executed during boot until the mutexes are fully initialized by SI_SUB_MUTEX (the original motivation for this commit). Submitted by: peter END