cvs commit: src/sys/cam cam_periph.c cam_periph.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 19 14:14:56 PDT 2003
dillon 2003/07/19 14:14:11 PDT
Modified files:
sys/cam cam_periph.c cam_periph.h
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.4 +5 -5 src/sys/cam/cam_periph.c
1.3 +2 -2 src/sys/cam/cam_periph.h
More information about the Commits
mailing list