aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r--arch/mips/mm/cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c
index c0ac4f97e1ae..fe0110074902 100644
--- a/arch/mips/mm/cache.c
+++ b/arch/mips/mm/cache.c
@@ -33,6 +33,8 @@ void (*flush_cache_sigtramp)(unsigned long addr);
33void (*flush_data_cache_page)(unsigned long addr); 33void (*flush_data_cache_page)(unsigned long addr);
34void (*flush_icache_all)(void); 34void (*flush_icache_all)(void);
35 35
36EXPORT_SYMBOL(flush_data_cache_page);
37
36#ifdef CONFIG_DMA_NONCOHERENT 38#ifdef CONFIG_DMA_NONCOHERENT
37 39
38/* DMA cache operations. */ 40/* DMA cache operations. */