mtm         2004-07-12 15:28:31 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_thr.c kern_umtx.c 
  Log:
  writers must hold both sched_lock and the process lock; therefore, readers
  need only obtain the process lock.
  
  Revision  Changes    Path
  1.22      +2 -5      src/sys/kern/kern_thr.c
  1.16      +3 -5      src/sys/kern/kern_umtx.c