summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-06 03:08:03 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-06 03:08:03 +0000
commitd2a5507f24ea4caa49b6e82792bd5b4e15f1c64e (patch)
treecbbdbe13f26f6e68926eddb65e0be79f9cbb1d9e /target
parent69d020446305d13a55585926ebf5d21d83a15ca5 (diff)
add dma hack to ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11678 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/patches/170-dma_hack.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ifxmips/patches/170-dma_hack.patch b/target/linux/ifxmips/patches/170-dma_hack.patch
new file mode 100644
index 000000000..1a0f98c86
--- /dev/null
+++ b/target/linux/ifxmips/patches/170-dma_hack.patch
@@ -0,0 +1,13 @@
+Index: linux-2.6.25.9/arch/mips/mm/cache.c
+===================================================================
+--- linux-2.6.25.9.orig/arch/mips/mm/cache.c 2008-07-06 05:04:46.000000000 +0200
++++ linux-2.6.25.9/arch/mips/mm/cache.c 2008-07-06 05:05:07.000000000 +0200
+@@ -50,6 +50,8 @@
+ void (*_dma_cache_inv)(unsigned long start, unsigned long size);
+
+ EXPORT_SYMBOL(_dma_cache_wback_inv);
++EXPORT_SYMBOL(_dma_cache_wback);
++EXPORT_SYMBOL(_dma_cache_inv);
+
+ #endif /* CONFIG_DMA_NONCOHERENT */
+