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