cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h

Kip Macy kmacy at FreeBSD.org
Tue Apr 3 22:52:32 UTC 2007


kmacy       2007-04-03 22:52:32 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c 
    sys/sys              mutex.h 
  Log:
  move lock_profile calls out of the macros and into kern_mutex.c
  add check for mtx_recurse == 0 when releasing sleep lock
  
  Revision  Changes    Path
  1.188     +17 -9     src/sys/kern/kern_mutex.c
  1.94      +10 -16    src/sys/sys/mutex.h


More information about the cvs-src mailing list