jhb         2008-09-25 13:42:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_condvar.c kern_synch.c 
  Log:
  SVN rev 183352 on 2008-09-25 13:42:19Z by jhb
  
  - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition
    variable wait routines.  DROP_GIANT() already manages that state in the
    Giant interlock case.
  - Assert that Giant is held when it is passed as a sleep interlock.
  
  Revision  Changes    Path
  1.66      +12 -4     src/sys/kern/kern_condvar.c
  1.315     +2 -0      src/sys/kern/kern_synch.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to