cvs commit: src/sys/kern kern_alq.c

Roman Divacky rdivacky at FreeBSD.org
Wed Jul 2 20:44:44 UTC 2008


rdivacky    2008-07-02 20:44:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_alq.c 
  Log:
  SVN rev 180196 on 2008-07-02 20:44:33Z by rdivacky
  
  Use msleep_spin() instead of unlock/tsleep/lock. This was
  already commited but with a wrong msleep variant and then
  backed out. Note that this changes the semantic a little
  as msleep_spin does not let us to specify priority after
  wakeup.
  
  Approved by:    wkoszek, cognet
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.24      +2 -6      src/sys/kern/kern_alq.c


More information about the cvs-src mailing list