Re: [PATCH v3 1/3] ARC: IRQ: Use hwirq instead of virq in mask/unmask

2017-01-03 Thread Vineet Gupta
On 12/28/2016 12:46 AM, Yuriy Kolerov wrote: > It is necessary to use hwirq instead of virq when you communicate > with an interrupt controller since there is no guaranty that virq > numbers match hwirq numbers. > > Signed-off-by: Yuriy Kolerov Applied to for-curr. Thx, -vineet __

[PATCH v3 1/3] ARC: IRQ: Use hwirq instead of virq in mask/unmask

2016-12-28 Thread Yuriy Kolerov
It is necessary to use hwirq instead of virq when you communicate with an interrupt controller since there is no guaranty that virq numbers match hwirq numbers. Signed-off-by: Yuriy Kolerov --- arch/arc/kernel/intc-arcv2.c | 6 +++--- arch/arc/kernel/intc-compact.c | 4 ++-- 2 files changed, 5