From 3a5b7c7629c57edb6063c839ccad36ab48353726 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 20 Jun 2012 21:57:45 +0000 Subject: [mcs814x] 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32470 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mcs814x/patches-3.3/001-platform.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/mcs814x/patches-3.3/001-platform.patch') diff --git a/target/linux/mcs814x/patches-3.3/001-platform.patch b/target/linux/mcs814x/patches-3.3/001-platform.patch index dc153a5d4..fbe79af59 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). + -- cgit v1.2.3