cvs commit: src/sys/i4b/driver i4b_rbch.c i4b_tel.c i4b_trace.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 19 14:14:58 PDT 2003


dillon      2003/07/19 14:14:37 PDT

  Modified files:
    sys/i4b/driver       i4b_rbch.c i4b_tel.c i4b_trace.c 
  Log:
  Remove the priority part of the priority|flags argument to tsleep().  Only
  flags are passed now.  The priority was a user scheduler thingy that is not
  used by the LWKT subsystem.  For process statistics assume sleeps without
  P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
  
  This commit should not contain any operational changes.
  
  Revision  Changes    Path
  1.3       +6 -10     src/sys/i4b/driver/i4b_rbch.c
  1.3       +6 -8      src/sys/i4b/driver/i4b_tel.c
  1.3       +2 -3      src/sys/i4b/driver/i4b_trace.c






More information about the Commits mailing list