diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-29 20:01:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-29 20:01:22 +0000 |
commit | 19074c2685daab40b9cb4b9defed2dac016ce6cf (patch) | |
tree | 74d073da6c3afef0a5a42d7cd5819197c80ace17 /target/linux | |
parent | 923cb8f9be51953105a22d58b448fad30fb91890 (diff) | |
download | upstream-19074c2685daab40b9cb4b9defed2dac016ce6cf.tar.gz upstream-19074c2685daab40b9cb4b9defed2dac016ce6cf.tar.bz2 upstream-19074c2685daab40b9cb4b9defed2dac016ce6cf.zip |
[ar71xx] increase NR_IRQS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16623 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 6 | ||||
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index f1f678c0a9..145ea21308 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -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) diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h index fe6cfeb773..2197a10810 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/irq.h @@ -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> |