Add a sysctl and tunable kern.intr_mpsafe which allows threaded interrupts
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 21:50:26 +0000 (21:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 21:50:26 +0000 (21:50 +0000)
commit862f2618e8ad742923fae4ab978ed7da8ff5f7be
tree313462dc636f35c5b313d855aa15be0dc3ce3c46
parentc2fba90bb5615d64e588ad2d773fb2ca0897a740
Add a sysctl and tunable kern.intr_mpsafe which allows threaded interrupts
marked INTR_MPSAFE to run without the MP lock.  This sysctl is disabled (0)
by default.
sys/kern/kern_intr.c