patch-2.1.96 linux/include/asm-arm/arch-nexuspci/irqs.h

Next file: linux/include/asm-arm/arch-nexuspci/mm-init.h
Previous file: linux/include/asm-arm/arch-nexuspci/hardware.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/include/asm-arm/arch-nexuspci/irqs.h linux/include/asm-arm/arch-nexuspci/irqs.h
@@ -5,10 +5,12 @@
  */
 
 #define IRQ_DUART		0
-#define IRQ_TIMER0		0	/* timer is part of the DUART */
 #define IRQ_PLX 		1
 #define IRQ_PCI_D		2
 #define IRQ_PCI_C		3
 #define IRQ_PCI_B		4
 #define IRQ_PCI_A		5
-#define IRQ_SYSERR		6	/* must ask JB about this one */
+#define IRQ_SYSERR		6
+
+/* timer is part of the DUART */
+#define IRQ_TIMER		IRQ_DUART

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov