DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/pc98/pc98 atapi.c fd.c mse.c olpt.c pcaudio.c ppc.c sio.c spkr.c syscons.c wd.c
dillon 2003/07/19 14:14:48 PDT
Modified files:
sys/pc98/pc98 atapi.c fd.c mse.c olpt.c pcaudio.c ppc.c
sio.c spkr.c syscons.c wd.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 +3 -3 src/sys/pc98/pc98/atapi.c
1.3 +2 -2 src/sys/pc98/pc98/fd.c
1.3 +2 -5 src/sys/pc98/pc98/mse.c
1.3 +5 -7 src/sys/pc98/pc98/olpt.c
1.3 +3 -3 src/sys/pc98/pc98/pcaudio.c
1.3 +7 -7 src/sys/pc98/pc98/ppc.c
1.3 +4 -4 src/sys/pc98/pc98/sio.c
1.3 +3 -4 src/sys/pc98/pc98/spkr.c
1.3 +3 -3 src/sys/pc98/pc98/syscons.c
1.3 +3 -3 src/sys/pc98/pc98/wd.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]