[ARM] 4553/1: ARM at91: define FIQ_START
authorKarl Olsen <karl@micro-technic.com>
Mon, 20 Aug 2007 21:35:04 +0000 (22:35 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Aug 2007 11:34:42 +0000 (12:34 +0100)
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>
include/asm-arm/arch-at91/irqs.h

index 1127a3b5e928a5c1b7219f439daf3146cb31538a..70b1216dce5dad3718b04fc1fa44b3d8a3810893 100644 (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