Date: Sun, 27 Aug 2006 15:54:04 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 105180 for review Message-ID: <200608271554.k7RFs4As055228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105180 Change 105180 by piso@piso_newluxor on 2006/08/27 15:54:00 This one crept in during an IFC. Affected files ... .. //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#9 edit Differences ... ==== //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#9 (text+ko) ==== @@ -208,9 +208,6 @@ error = intr_event_add_handler(event, name, filter, handler, arg, intr_priority(flags), flags, cookiep); - if (!IS_FAST(filter, handler) || error) - intr_setup(irq, sched_ithd, ih, flags); - if (error) return (error);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608271554.k7RFs4As055228>