Date: Tue, 11 Mar 2003 12:02:58 -0800 (PST) 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 src/sys/sys mutex.h Message-ID: <200303112002.h2BK2wfj072770@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/03/11 12:02:58 PST FreeBSD src repository Modified files: sys/kern kern_mutex.c sys/sys mutex.h Log: Axe the useless MTX_SLEEPABLE flag. mutexes are not sleepable locks. Nothing used this flag and WITNESS would have panic'd during mtx_init() if anything had. Revision Changes Path 1.122 +1 -3 src/sys/kern/kern_mutex.c 1.59 +0 -1 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303112002.h2BK2wfj072770>