Re: [PATCH -mm] misroute-irq: Don't call desc->chip->end because of edge interrupts

From: Ingo Molnar
Date: Tue Jun 06 2006 - 04:02:02 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Hit the following BUG with irqpoll. The below patch fixes it.

> - if (work)
> + if (work && disc->chip && desc->chip->end)
> desc->chip->end(i);

typo - plus shouldnt this call ->eoi() as well if available?

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/