diff options
author | Karl Olsen <karl@micro-technic.com> | 2007-08-21 01:35:04 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-08-23 15:34:42 +0400 |
commit | 7b1bc03e803f772bf71245eaba461651f32481b4 (patch) | |
tree | 995b4da123ecff4d3da51ee0d68c6c411b5bdbd9 /include/asm-arm/arch-at91 | |
parent | 90833fdab89da02fc0276224167f0a42e5176f41 (diff) | |
download | linux-7b1bc03e803f772bf71245eaba461651f32481b4.tar.xz |
[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>
Diffstat (limited to 'include/asm-arm/arch-at91')
-rw-r--r-- | include/asm-arm/arch-at91/irqs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |