PERFORCE change 104770 for review

Paolo Pisati piso at FreeBSD.org
Tue Aug 22 12:42:51 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104770

Change 104770 by piso at 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");


More information about the p4-projects mailing list