]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip: crossbar: Dont use '0' to mark reserved interrupts
authorNishanth Menon <nm@ti.com>
Thu, 26 Jun 2014 07:10:19 +0000 (12:40 +0530)
committerJason Cooper <jason@lakedaemon.net>
Mon, 30 Jun 2014 19:11:16 +0000 (19:11 +0000)
commit1d50d2ce6337724d30055bdbe082236cc86e6785
treea6995b7b09b5f969b9413bc565a183fef12e5295
parent7171511eaec5bf23fb06078f59784a3a0626b38f
irqchip: crossbar: Dont use '0' to mark reserved interrupts

Today '0' is actually reserved, but may not be the same in the future.

So, use a flag to mark the GIC interrupts that are reserved.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sricharan R <r.sricharan@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Link: https://lkml.kernel.org/r/1403766634-18543-2-git-send-email-r.sricharan@ti.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-crossbar.c