diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-08 09:39:39 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:54 -0400 |
commit | 9ff77c469ed16221c6a4e882e48e4f0dcf451bda (patch) | |
tree | d4d9e38471665c1521360032e3c8912e99d8ed0d /arch/mips/mm | |
parent | 07b4ebd372139eb64a2898f17f2cc387b22feba8 (diff) |
Export shm_align_mask and flush_data_cache_page.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/cache.c | 2 |
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); | |||
33 | void (*flush_data_cache_page)(unsigned long addr); | 33 | void (*flush_data_cache_page)(unsigned long addr); |
34 | void (*flush_icache_all)(void); | 34 | void (*flush_icache_all)(void); |
35 | 35 | ||
36 | EXPORT_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. */ |