mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Set the INTR_MPSAFE flag.
This commit is contained in:
parent
207a6c0dcb
commit
c72292c9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ ndis_attach(dev)
|
|||
* init routine may trigger an interrupt.
|
||||
*/
|
||||
|
||||
error = bus_setup_intr(dev, sc->ndis_irq, INTR_TYPE_NET,
|
||||
error = bus_setup_intr(dev, sc->ndis_irq, INTR_TYPE_NET | INTR_MPSAFE,
|
||||
ndis_intr, sc, &sc->ndis_intrhand);
|
||||
|
||||
if (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue