cvs commit: src/sys/kern kern_synch.c

Jeff Roberson jroberson at chesapeake.net
Mon Feb 2 14:37:03 PST 2004


On Mon, 2 Feb 2004, John Baldwin wrote:

> On Saturday 31 January 2004 09:54 pm, Jeff Roberson wrote:
> > On Wed, 28 Jan 2004, John Baldwin wrote:
> > > 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.
> >
> > Can you back this out now?  I've commited a slightly better solution that
> > makes our loadavg function more correct as well as removing the lock
> > requirement.
>
> Didn't you already back this out?

Yes, you may have received the mails out of order.

>
> --
> John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
>



More information about the cvs-all mailing list