Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2004 12:44:41 -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_synch.c
Message-ID:  <200401282044.i0SKifeF063778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2004/01/28 12:44:41 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  Move the loadav() callout into its own kthread since it uses allproc_lock
  which is a sleepable lock and thus is not safe to acquire from a callout
  routine.
  
  Revision  Changes    Path
  1.240     +31 -12    src/sys/kern/kern_synch.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401282044.i0SKifeF063778>