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

Commit 7577fdfa authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] give RiscPC a NR_IRQS definition and remove default



RiscPC is the only platform using the default setting for NR_IRQS,
so the default NR_IRQS doesn't really make sense; remove it and
make RiscPC provide such a definition.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 87c52578
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -7,10 +7,6 @@
#define irq_canonicalize(i)	(i)
#endif

#ifndef NR_IRQS
#define NR_IRQS	128
#endif

/*
 * Use this value to indicate lack of interrupt
 * capability
+1 −0
Original line number Diff line number Diff line
@@ -44,3 +44,4 @@

#define IRQ_TIMER		IRQ_TIMER0

#define NR_IRQS			128