Date: Tue, 25 Jul 2006 13:56:56 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 102374 for review Message-ID: <200607251356.k6PDuuAG058328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102374 Change 102374 by piso@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607251356.k6PDuuAG058328>