1
0
Fork 0

[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: Karl Olsen <karl@micro-technic.com>
Acked-by: Andrew Victor <andrew at sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Karl Olsen 2007-08-20 22:35:04 +01:00 committed by Russell King
parent 90833fdab8
commit 7b1bc03e80
1 changed files with 3 additions and 0 deletions

View File

@ -42,4 +42,7 @@
*/
#define NR_IRQS (NR_AIC_IRQS + (5 * 32))
/* FIQ is AIC source 0. */
#define FIQ_START AT91_ID_FIQ
#endif