Date: Thu, 25 Jan 2001 19:18:17 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c Message-ID: <200101260318.f0Q3IHp32608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/01/25 19:18:17 PST Modified files: sys/dev/ichsmb ichsmb.c Log: - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and is going away soon anyways. Instead, don't pass MTX_RECURSE to mtx_init, so that WITNESS will panic if the driver mutex is recursed on. - Use MTX_DEF in mtx_init() instead of assuming that it will be 0. Revision Changes Path 1.3 +24 -24 src/sys/dev/ichsmb/ichsmb.c 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?200101260318.f0Q3IHp32608>