increase NR_IRQS
authorGabor Juhos <juhosg@openwrt.org>
Mon, 29 Jun 2009 20:01:22 +0000 (20:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 29 Jun 2009 20:01:22 +0000 (20:01 +0000)
SVN-Revision: 16623

target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h

index f1f678c0a96dfeadcfd73b75b3fa4cf576e40248..145ea21308b3ea3c3b99d43065fad0528f36b847 100644 (file)
@@ -66,9 +66,9 @@
 #define AR71XX_MISC_IRQ_BASE   8
 #define AR71XX_MISC_IRQ_COUNT  8
 #define AR71XX_GPIO_IRQ_BASE   16
-#define AR71XX_GPIO_IRQ_COUNT  16
-#define AR71XX_PCI_IRQ_BASE     32
-#define AR71XX_PCI_IRQ_COUNT   4
+#define AR71XX_GPIO_IRQ_COUNT  32
+#define AR71XX_PCI_IRQ_BASE     48
+#define AR71XX_PCI_IRQ_COUNT   8
 
 #define AR71XX_CPU_IRQ_PCI     (AR71XX_CPU_IRQ_BASE + 2)
 #define AR71XX_CPU_IRQ_WMAC    (AR71XX_CPU_IRQ_BASE + 2)
index fe6cfeb77338bbdfb8b0b8e95166c1b607378f9c..2197a108106ea845a50458c7b7ae0d0e693af7cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
+ *  Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
  *  Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or modify it
@@ -10,7 +10,7 @@
 #define __ASM_MACH_AR71XX_IRQ_H
 
 #define MIPS_CPU_IRQ_BASE      0
-#define NR_IRQS                        36
+#define NR_IRQS                        56
 
 #include_next <irq.h>