cvs commit: src/sys/kern kern_mutex.c

John Baldwin jhb at FreeBSD.org
Wed Feb 13 15:39:06 PST 2008


jhb         2008-02-13 23:39:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren't
  marked recursable either via mtx_lock_spin() or thread_lock().
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.205     +9 -1      src/sys/kern/kern_mutex.c


More information about the cvs-all mailing list