]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Expose a new public routine intr_event_execute_handlers() which executes
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 15 Sep 2008 22:19:44 +0000 (22:19 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 15 Sep 2008 22:19:44 +0000 (22:19 +0000)
commit37e9511fcba3749b6c8d6cc176251210b27be78e
tree2045b32008303953d8acb3b05bfee0ce28955f1b
parent109ea24cc1a94f6816c67a0d9f5a0db1a4ff6029
Expose a new public routine intr_event_execute_handlers() which executes
all the non-filter handlers attached to an interrupt event.  This can be
used by device drivers which multiplex their interrupt onto the interrupt
handlers for child devices.
sys/kern/kern_intr.c
sys/sys/interrupt.h