DragonFly commits List (threaded) for 2005-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_clock.c kern_poll.c
dillon 2005/10/12 17:45:36 PDT
DragonFly src repository
Modified files:
sys/kern kern_clock.c kern_poll.c
Log:
Move the polling systimer initialization code out of kern_clock.c and into
kern_poll.c.
Program the polling systimer to 1hz while polling is disabled, to reduce
cpu waste. Change the default polling frequency to 2000hz.
Revision Changes Path
1.49 +1 -61 src/sys/kern/kern_clock.c
1.19 +71 -10 src/sys/kern/kern_poll.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_clock.c.diff?r1=1.48&r2=1.49&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_poll.c.diff?r1=1.18&r2=1.19&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]