diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-20 21:57:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-20 21:57:45 +0000 |
commit | 3b0dba382bf5e3664a5e06de1092cca04cffcd59 (patch) | |
tree | 02aa5315f0804c61a8f8c93bd361cb85957e5681 /target/linux/mcs814x/patches-3.3 | |
parent | f45cd305435ab6fb16384b260d007413eac21231 (diff) | |
download | upstream-3b0dba382bf5e3664a5e06de1092cca04cffcd59.tar.gz upstream-3b0dba382bf5e3664a5e06de1092cca04cffcd59.tar.bz2 upstream-3b0dba382bf5e3664a5e06de1092cca04cffcd59.zip |
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
Diffstat (limited to 'target/linux/mcs814x/patches-3.3')
-rw-r--r-- | target/linux/mcs814x/patches-3.3/001-platform.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mcs814x/patches-3.3/001-platform.patch b/target/linux/mcs814x/patches-3.3/001-platform.patch index dc153a5d4e..fbe79af594 100644 --- a/target/linux/mcs814x/patches-3.3/001-platform.patch +++ b/target/linux/mcs814x/patches-3.3/001-platform.patch @@ -1,6 +1,6 @@ --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -869,6 +869,21 @@ config ARCH_EXYNOS +@@ -869,6 +869,20 @@ config ARCH_EXYNOS help Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) @@ -15,7 +15,6 @@ + select CLKDEV_LOOKUP + select ARCH_USES_GETTIMEOFFSET + select NEED_MACH_MEMORY_H -+ select MULTI_IRQ_HANDLER + help + Support for Moschip MCS814x SoCs (MCS8140). + |