cvs commit: src/sys/kern subr_turnstile.c

John Baldwin jhb at FreeBSD.org
Mon Jun 28 20:48:53 PDT 2004


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


More information about the cvs-src mailing list