Re: [PATCH 3/6] ARCv2: IRQ: Add macro for the first external interrupt number

2017-01-30 Thread Vineet Gupta
On 01/27/2017 04:01 PM, Yuriy Kolerov wrote: > Signed-off-by: Yuriy Kolerov Please squash this with patch 5/6 ! > --- > arch/arc/include/asm/irq.h | 1 + > arch/arc/kernel/intc-arcv2.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arc/include/asm/irq.h b/arc

[PATCH 3/6] ARCv2: IRQ: Add macro for the first external interrupt number

2017-01-27 Thread Yuriy Kolerov
Signed-off-by: Yuriy Kolerov --- arch/arc/include/asm/irq.h | 1 + arch/arc/kernel/intc-arcv2.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arc/include/asm/irq.h b/arch/arc/include/asm/irq.h index c0fa0d2..e61ad30 100644 --- a/arch/arc/include/asm/irq.h +++ b/arch