Re: svn commit: r189846 - head/sys/kern

2009-03-15 Thread Julian Elischer
Jeff Roberson wrote: Sorry for the temporary build breakage; I meant to commit these two patches together. Jeff On Sun, 15 Mar 2009, Jeff Roberson wrote: yeah had me going there for a while until I resynced from -current again. ___ svn-src-all@

Re: svn commit: r189846 - head/sys/kern

2009-03-15 Thread Jeff Roberson
Sorry for the temporary build breakage; I meant to commit these two patches together. Jeff On Sun, 15 Mar 2009, Jeff Roberson wrote: Author: jeff Date: Sun Mar 15 08:03:54 2009 New Revision: 189846 URL: http://svn.freebsd.org/changeset/base/189846 Log: - Wrap lock profiling state variables

svn commit: r189846 - head/sys/kern

2009-03-15 Thread Jeff Roberson
Author: jeff Date: Sun Mar 15 08:03:54 2009 New Revision: 189846 URL: http://svn.freebsd.org/changeset/base/189846 Log: - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks. Modified: head/sys/kern/kern_lock.c head/sys/kern/kern_mutex.c head/sys/kern/kern_rwlock.c head