Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 23:39:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mutex.c
Message-ID:  <200802132339.m1DNd6US061031@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802132339.m1DNd6US061031>