Re: [PATCH v2 24/26] ARM: omap2: irq: convert to handle_domain_irq

From: Tony Lindgren
Date: Tue Aug 26 2014 - 16:57:57 EST


* Marc Zyngier <marc.zyngier@xxxxxxx> [140826 03:05]:
> Use the new handle_domain_irq method to handle interrupts.
>
> Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx>

Seems to boot:

Acked-by: Tony Lindgren <tony@xxxxxxxxxxx>

> ---
> arch/arm/mach-omap2/irq.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c
> index 35b8590..a62ba5a 100644
> --- a/arch/arm/mach-omap2/irq.c
> +++ b/arch/arm/mach-omap2/irq.c
> @@ -248,8 +248,7 @@ out:
> irqnr &= ACTIVEIRQ_MASK;
>
> if (irqnr) {
> - irqnr = irq_find_mapping(domain, irqnr);
> - handle_IRQ(irqnr, regs);
> + handle_domain_irq(domain, irqnr, regs);
> handled_irq = 1;
> }
> } while (irqnr);
> --
> 2.0.4
>
--
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/