PERFORCE change 36142 for review

Sam Leffler sam at FreeBSD.org
Thu Aug 14 15:05:46 PDT 2003


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

Change 36142 by sam at sam_ebb on 2003/08/14 15:04:47

	re-enable MPSAFE operation (somehow lost)

Affected files ...

.. //depot/projects/netperf/sys/dev/wi/if_wi.c#4 edit

Differences ...

==== //depot/projects/netperf/sys/dev/wi/if_wi.c#4 (text+ko) ====

@@ -256,7 +256,7 @@
 	 * NB: no locking is needed here; don't put it here
 	 *     unless you can prove it!
 	 */
-	error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET,
+	error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE,
 	    wi_intr, sc, &sc->wi_intrhand);
 
 	if (error) {


More information about the p4-projects mailing list