Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b1bc03e803f772bf71245eaba461651f32481b4
Commit:     7b1bc03e803f772bf71245eaba461651f32481b4
Parent:     90833fdab89da02fc0276224167f0a42e5176f41
Author:     Karl Olsen <[EMAIL PROTECTED]>
AuthorDate: Mon Aug 20 22:35:04 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Thu Aug 23 12:34:42 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Acked-by: Andrew Victor <andrew at sanpeople.com>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 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 1127a3b..70b1216 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to