On Fri, Sep 07, 2012 at 08:37:18PM +0100, Arnd Bergmann wrote:
> On Friday 07 September 2012, Catalin Marinas wrote:
>
> > +#define __inc_irq_stat(cpu, member)__IRQ_STAT(cpu, member)++
> > +#define __get_irq_stat(cpu, member)__IRQ_STAT(cpu, member)
>
> Isn't this something that th
On Friday 07 September 2012, Catalin Marinas wrote:
> +#define __inc_irq_stat(cpu, member) __IRQ_STAT(cpu, member)++
> +#define __get_irq_stat(cpu, member) __IRQ_STAT(cpu, member)
Isn't this something that the IRQ core code already keeps track of?
> +#endif /* __ASM_HARDIRQ_H */
> diff --git a
From: Marc Zyngier
This patch adds the support for IRQ handling. The actual interrupt
controller will be part of a separate patch (going into
drivers/irqchip/).
Signed-off-by: Marc Zyngier
Signed-off-by: Will Deacon
Signed-off-by: Catalin Marinas
Acked-by: Tony Lindgren
---
arch/arm64/inclu
3 matches
Mail list logo