Date: Wed, 19 Jul 2006 18:53:56 +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 subr_autoconf.c Message-ID: <200607191853.k6JIruv8075819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-07-19 18:53:56 UTC FreeBSD src repository Modified files: sys/kern subr_autoconf.c Log: Add a mutex to protect the list of interrupt config hooks. We do assume that the only remove hook operation that can occur while processing the hooks is to remove the currently executing hook. This should be safe as the existing code has assumed this already for a long time now. Reviewed by: scottl MFC after: 1 week Revision Changes Path 1.23 +21 -11 src/sys/kern/subr_autoconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607191853.k6JIruv8075819>