From: Karl Olsen Date: Mon, 20 Aug 2007 21:35:04 +0000 (+0100) Subject: [ARM] 4553/1: ARM at91: define FIQ_START X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7b1bc03e803f772bf71245eaba461651f32481b4;p=deliverable%2Flinux.git [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 Acked-by: Andrew Victor Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-at91/irqs.h b/include/asm-arm/arch-at91/irqs.h index 1127a3b5e928..70b1216dce5d 100644 --- a/include/asm-arm/arch-at91/irqs.h +++ b/include/asm-arm/arch-at91/irqs.h @@ -42,4 +42,7 @@ */ #define NR_IRQS (NR_AIC_IRQS + (5 * 32)) +/* FIQ is AIC source 0. */ +#define FIQ_START AT91_ID_FIQ + #endif