PERFORCE change 103026 for review

Paolo Pisati piso at FreeBSD.org
Wed Aug 2 15:03:15 UTC 2006


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

Change 103026 by piso at piso_newluxor on 2006/08/02 15:02:52

	After a brief talk with scottl about aac, he convinced me
	that the mask/unmask isn't the ideal approach here.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/aac/aac.c#7 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/aac/aac.c#7 (text+ko) ====

@@ -814,8 +814,6 @@
 		 */
 		wakeup(sc->aifthread);
 	}
-	if (ret & FILTER_SCHEDULE_THREAD)
-		AAC_MASK_INTERRUPTS(sc);
 	return((ret)?ret:FILTER_STRAY);
 }
 
@@ -1079,7 +1077,6 @@
 	aac_startio(sc);
 
 	mtx_unlock(&sc->aac_io_lock);
-	AAC_UNMASK_INTERRUPTS(sc);
 }
 
 /*


More information about the p4-projects mailing list