cvs commit: src/sys/kern subr_sleepqueue.c

John Baldwin jhb at FreeBSD.org
Wed Feb 13 15:36:57 PST 2008


jhb         2008-02-13 23:36:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_sleepqueue.c 
  Log:
  Mark sleepqueue chain spin mutexes are recursable since the sleepq code
  now recurses on them in sleepq_broadcast() and sleepq_signal() when
  resuming threads that are fully asleep.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.45      +1 -1      src/sys/kern/subr_sleepqueue.c


More information about the cvs-all mailing list