diff options
| author | Karl Olsen <karl@micro-technic.com> | 2007-08-20 17:35:04 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-08-23 07:34:42 -0400 |
| commit | 7b1bc03e803f772bf71245eaba461651f32481b4 (patch) | |
| tree | 995b4da123ecff4d3da51ee0d68c6c411b5bdbd9 /include | |
| parent | 90833fdab89da02fc0276224167f0a42e5176f41 (diff) | |
[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')
| -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 @@ | |||
| 42 | */ | 42 | */ |
| 43 | #define NR_IRQS (NR_AIC_IRQS + (5 * 32)) | 43 | #define NR_IRQS (NR_AIC_IRQS + (5 * 32)) |
| 44 | 44 | ||
| 45 | /* FIQ is AIC source 0. */ | ||
| 46 | #define FIQ_START AT91_ID_FIQ | ||
| 47 | |||
| 45 | #endif | 48 | #endif |
