scottl 2003/07/01 09:00:39 PDT
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activate
busdma_swi(). Now that busdma_swi() uses driver-provided locking, this
should be safe.
Revision Changes Path
1.98 +1 -1 src/sys/kern/kern_intr.c