From 5b7cd4ee5d38b72d42a001f621ac0a186eb1e94a Mon Sep 17 00:00:00 2001 From: Karl Olsen Date: Mon, 20 Aug 2007 22:35:04 +0100 Subject: [PATCH] --- yaml --- r: 64568 b: refs/heads/master c: 7b1bc03e803f772bf71245eaba461651f32481b4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-at91/irqs.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c538c77cb1b2..82aa0c70f881 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90833fdab89da02fc0276224167f0a42e5176f41 +refs/heads/master: 7b1bc03e803f772bf71245eaba461651f32481b4 diff --git a/trunk/include/asm-arm/arch-at91/irqs.h b/trunk/include/asm-arm/arch-at91/irqs.h index 1127a3b5e928..70b1216dce5d 100644 --- a/trunk/include/asm-arm/arch-at91/irqs.h +++ b/trunk/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