[PATCH] [RFC] Fix level IRQ handling on Xilinx INTC with ARCH=powerpc
Grant Likely
grant.likely at secretlab.ca
Tue Aug 26 00:26:54 EST 2008
On Mon, Aug 25, 2008 at 6:55 AM, Sergey Temerkhanov
<temerkhanov at yandex.ru> wrote:
> This fixes the missing acknowledge at the end of handle_level_irq().
>
> It adds a field flags to struct irq_chip. If IRQ_CHIP_UNMASK_ACK is set in
> this field, acknowledge is performed before unmasking.
Can this fix be handled in the XINTC controller driver itself? This
patch unconditionally adds what is essentially a device specific fixup
to *every* Linux platform. I cannot see that flying very far.
g.
More information about the Linuxppc-dev
mailing list