do not use MULTI_IRQ_HANDLER it is bogus on our platform
authorFlorian Fainelli <florian@openwrt.org>
Wed, 20 Jun 2012 21:57:45 +0000 (21:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 20 Jun 2012 21:57:45 +0000 (21:57 +0000)
commit3b0dba382bf5e3664a5e06de1092cca04cffcd59
tree02aa5315f0804c61a8f8c93bd361cb85957e5681
parentf45cd305435ab6fb16384b260d007413eac21231
do not use MULTI_IRQ_HANDLER it is bogus on our platform

This caused stalls in the Ethernet DMA block, so until properly
written and sorted out, fallback to the assembly version instead.

SVN-Revision: 32470
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
target/linux/mcs814x/patches-3.3/001-platform.patch