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

Commit 7b1bc03e authored by Karl Olsen's avatar Karl Olsen Committed by Russell King
Browse files

[ARM] 4553/1: ARM at91: define FIQ_START



For ARM at91, the FIQ_START #define is required if you use a driver
that enables FIQ support.

Signed-off-by: default avatarKarl Olsen <karl@micro-technic.com>
Acked-by: Andrew Victor <andrew at sanpeople.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 90833fda
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -42,4 +42,7 @@
 */
#define	NR_IRQS		(NR_AIC_IRQS + (5 * 32))

/* FIQ is AIC source 0. */
#define FIQ_START AT91_ID_FIQ

#endif