Set the INTR_MPSAFE flag.

This commit is contained in:
Bill Paul 2004-04-22 21:49:18 +00:00
parent 207a6c0dcb
commit c72292c9ec

View File

@ -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) {