diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-23 13:59:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-23 13:59:04 +0000 |
commit | 067e900705377b83a21fd7cb0cebd9f850e8d379 (patch) | |
tree | c678218126007169dc9d861af2b7699e8e09ad43 /target/linux/ar71xx/files-2.6.28 | |
parent | e90ad86d42827a55c47864744b67f83e3327bda6 (diff) | |
download | upstream-067e900705377b83a21fd7cb0cebd9f850e8d379.tar.gz upstream-067e900705377b83a21fd7cb0cebd9f850e8d379.tar.bz2 upstream-067e900705377b83a21fd7cb0cebd9f850e8d379.zip |
use SoC specific irq dispatch code
SVN-Revision: 13736
Diffstat (limited to 'target/linux/ar71xx/files-2.6.28')
-rw-r--r-- | target/linux/ar71xx/files-2.6.28/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files-2.6.28/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files-2.6.28/arch/mips/include/asm/mach-ar71xx/ar71xx.h index f5de7c0330..a322929ef0 100644 --- a/target/linux/ar71xx/files-2.6.28/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files-2.6.28/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -66,6 +66,7 @@ #define AR71XX_PCI_IRQ_COUNT 4 #define AR71XX_CPU_IRQ_PCI (AR71XX_CPU_IRQ_BASE + 2) +#define AR71XX_CPU_IRQ_WMAC (AR71XX_CPU_IRQ_BASE + 2) #define AR71XX_CPU_IRQ_USB (AR71XX_CPU_IRQ_BASE + 3) #define AR71XX_CPU_IRQ_GE0 (AR71XX_CPU_IRQ_BASE + 4) #define AR71XX_CPU_IRQ_GE1 (AR71XX_CPU_IRQ_BASE + 5) |