cvs commit: src/sys/kern kern_synch.c

John Baldwin jhb at FreeBSD.org
Wed Jan 28 12:44:42 PST 2004


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


More information about the cvs-src mailing list