Date: Tue, 29 Jun 2004 03:48:49 +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_turnstile.c Message-ID: <200406290348.i5T3mnAC075414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-06-29 03:48:49 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c Log: Oops, this didn't make it into my submit before I committed: Defer creation of the sysctl tree for the turnstile profiling stats until a SI_SUB_LOCK sysinit. Doing it in init_turnstiles() is too early as it is called before mi_startup(). Revision Changes Path 1.144 +19 -7 src/sys/kern/subr_turnstile.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406290348.i5T3mnAC075414>