aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@org.rmk.(none)>2005-03-28 23:04:52 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2005-03-28 23:04:52 +0100
commit939d5bb32d061003db06ab8811af09a5a778b1c4 (patch)
tree179096fe3d7d7297ecae6a3684564473b9e40166
parent7ba439d27f6fdbc902fe87cff28664081a1c37d1 (diff)
downloadhistory-939d5bb32d061003db06ab8811af09a5a778b1c4.tar.gz
[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
-rw-r--r--include/asm-arm/arch-ixp2000/irqs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-arm/arch-ixp2000/irqs.h b/include/asm-arm/arch-ixp2000/irqs.h
index 6ef085909c103..0deb96c12adb6 100644
--- a/include/asm-arm/arch-ixp2000/irqs.h
+++ b/include/asm-arm/arch-ixp2000/irqs.h
@@ -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 */