use SoC specific irq dispatch code

SVN-Revision: 13736
This commit is contained in:
Gabor Juhos
2008-12-23 13:59:04 +00:00
parent e90ad86d42
commit 067e900705
3 changed files with 24 additions and 5 deletions

View File

@@ -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)