jhb         2004/03/02 06:58:33 PST
  FreeBSD src repository
  Modified files:
    sys/kern             kern_synch.c 
  Log:
  Correct handling of PDROP in msleep() to just skip the mtx_lock() rather
  than clear the lock pointer so that sleepq_add() still gets the correct
  lock pointer and doesn't bogusly trip an assertion.
  
  Revision  Changes    Path
  1.244     +1 -3      src/sys/kern/kern_synch.c