Date: Tue, 22 Aug 2006 12:42:48 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 104770 for review Message-ID: <200608221242.k7MCgmWk047984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104770 Change 104770 by piso@piso_newluxor on 2006/08/22 12:42:25 Restore the MPSAFE flag i mistakenly deleted in a previous commit. Affected files ... .. //depot/projects/soc2006/intr_filter/dev/re/if_re.c#9 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/re/if_re.c#9 (text+ko) ==== @@ -1286,7 +1286,7 @@ #endif /* Hook interrupt last to avoid having to lock softc */ - error = bus_setup_intr(dev, sc->rl_irq, INTR_TYPE_NET, + error = bus_setup_intr(dev, sc->rl_irq, INTR_TYPE_NET | INTR_MPSAFE, re_filter, re_int_task, sc, &sc->rl_intrhand); if (error) { device_printf(dev, "couldn't set up irq\n");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608221242.k7MCgmWk047984>