aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorKarl Olsen <karl@micro-technic.com>2007-08-20 22:35:04 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-08-23 12:34:42 +0100
commit7b1bc03e803f772bf71245eaba461651f32481b4 (patch)
tree995b4da123ecff4d3da51ee0d68c6c411b5bdbd9 /include/asm-arm
parent[ARM] 4554/1: replace consistent_sync() with flush_ioremap_region() (diff)
downloadlinux-dev-7b1bc03e803f772bf71245eaba461651f32481b4.tar.xz
linux-dev-7b1bc03e803f772bf71245eaba461651f32481b4.zip
[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')
-rw-r--r--include/asm-arm/arch-at91/irqs.h3
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