ChangeSet 1.2181.28.53, 2005/03/28 21:04:52+01:00, [EMAIL PROTECTED](none)

        [ARM PATCH] 2582/1: correct thread interrupt comments in 
arch-ixp2000/irqs.h
        
        Patch from Lennert Buytenhek
        
        Some comments in arch-ixp2000/irqs.h say that thread interrupts 64-127
        are IXP2800-only, but this is not true: IXP2400 has 0-31 and 64-95, and
        32-63 and 96-127 are IXP2800-only.
        
        Signed-off-by: Lennert Buytenhek
        Signed-off-by: Deepak Saxena
        Signed-off-by: Russell King



 irqs.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


diff -Nru a/include/asm-arm/arch-ixp2000/irqs.h 
b/include/asm-arm/arch-ixp2000/irqs.h
--- a/include/asm-arm/arch-ixp2000/irqs.h       2005-03-28 23:23:35 -08:00
+++ b/include/asm-arm/arch-ixp2000/irqs.h       2005-03-28 23:23:35 -08:00
@@ -45,12 +45,12 @@
 #define        IRQ_IXP2000_ME_ATTN             14 
 #define        IRQ_IXP2000_PCI                 15 /* PCI INTA or INTB */
 #define        IRQ_IXP2000_THDA0               16 /* thread 0-31A */
-#define        IRQ_IXP2000_THDA1               17 /* thread 32-63A */
-#define        IRQ_IXP2000_THDA2               18 /* thread 64-95A, IXP2800 
only */
+#define        IRQ_IXP2000_THDA1               17 /* thread 32-63A, IXP2800 
only */
+#define        IRQ_IXP2000_THDA2               18 /* thread 64-95A */
 #define        IRQ_IXP2000_THDA3               19 /* thread 96-127A, IXP2800 
only */
 #define        IRQ_IXP2000_THDB0               24 /* thread 0-31B */
-#define        IRQ_IXP2000_THDB1               25 /* thread 32-63B */
-#define        IRQ_IXP2000_THDB2               26 /* thread 64-95B, IXP2800 
only */
+#define        IRQ_IXP2000_THDB1               25 /* thread 32-63B, IXP2800 
only */
+#define        IRQ_IXP2000_THDB2               26 /* thread 64-95B */
 #define        IRQ_IXP2000_THDB3               27 /* thread 96-127B, IXP2800 
only */
 
 /* define generic GPIOs */
-
To unsubscribe from this list: send the line "unsubscribe bk-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