Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 15:05:43 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36142 for review
Message-ID:  <200308142205.h7EM5hWi084792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36142

Change 36142 by sam@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308142205.h7EM5hWi084792>