469dc7441ba34320c71ebf64c763716c0b520905
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / patches-2.6.30 / 170-dma_hack.patch
1 Index: linux-2.6.30.5/arch/mips/mm/cache.c
2 ===================================================================
3 --- linux-2.6.30.5.orig/arch/mips/mm/cache.c 2009-09-02 18:31:37.000000000 +0200
4 +++ linux-2.6.30.5/arch/mips/mm/cache.c 2009-09-02 18:31:42.000000000 +0200
5 @@ -52,6 +52,8 @@
6 void (*_dma_cache_inv)(unsigned long start, unsigned long size);
7
8 EXPORT_SYMBOL(_dma_cache_wback_inv);
9 +EXPORT_SYMBOL(_dma_cache_wback);
10 +EXPORT_SYMBOL(_dma_cache_inv);
11
12 #endif /* CONFIG_DMA_NONCOHERENT */
13