cvs commit: src/sys/kern kern_intr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jun 27 12:37:59 PDT 2004
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
More information about the Commits
mailing list