PERFORCE change 102374 for review

Paolo Pisati piso at FreeBSD.org
Tue Jul 25 13:56:57 UTC 2006


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

Change 102374 by piso at piso_newluxor on 2006/07/25 13:56:30

	Correct a comment.

Affected files ...

.. //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#7 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#7 (text+ko) ====

@@ -216,9 +216,8 @@
 	
 	/*
 	 * If the interrupt was fully served, send it an EOI but leave it 
-	 * unmasked. Otherwise, if there are any threaded handlers that need 
-	 * to run or it was a stray interrupt, mask the source as well as 
-	 * sending it an EOI.
+	 * unmasked. Otherwise, if it was a stray interrupt, mask the source 
+	 * as well as sending it an EOI.
 	 */
 	if (thread & FILTER_HANDLED)
 		isrc->is_pic->pic_eoi_source(isrc);		


More information about the p4-projects mailing list