DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-raid.c atapi-all.c atapi-cd.c atapi-tape.c
dillon 2003/07/19 14:14:18 PDT
Modified files:
sys/dev/ata ata-all.c ata-all.h ata-raid.c
atapi-all.c atapi-cd.c atapi-tape.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.5 +2 -2 src/sys/dev/ata/ata-all.c
1.3 +2 -2 src/sys/dev/ata/ata-all.h
1.5 +3 -3 src/sys/dev/ata/ata-raid.c
1.3 +3 -3 src/sys/dev/ata/atapi-all.c
1.6 +7 -7 src/sys/dev/ata/atapi-cd.c
1.5 +2 -2 src/sys/dev/ata/atapi-tape.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]