DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_intr.c
dillon 2004/06/27 12:37:22 PDT
DragonFly src repository
Modified files:
sys/kern kern_intr.c
Log:
Implement livelock detection for threaded interrupts and automatically
throttle such interrupts via the kern.livelock_limit and kern.livelock_fallback
sysctls. The throttling is removed when the interrupt rate falls below
1/2 the fallback rate.
Revision Changes Path
1.15 +102 -1 src/sys/kern/kern_intr.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_intr.c.diff?r1=1.14&r2=1.15&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]