jhb         2004-09-23 21:03:58 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             subr_trap.c 
  Log:
  Don't try to protect td_sticks with sched_lock.  It doesn't need it as it
  is only accessed by curthread.
  
  Revision  Changes    Path
  1.274     +1 -3      src/sys/kern/subr_trap.c