Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62fad39b authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Add a NR_IRQS_LEGACY for external IRQ0-7.



This adds a NR_IRQS_LEGACY definition, which will be used by sparse irq.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2f3ed17e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * through the machvec.
 */
#define NR_IRQS			256
#define NR_IRQS_LEGACY		8	/* Legacy external IRQ0-7 */

/*
 * Convert back and forth between INTEVT and IRQ values.