commit | 9ff77c469ed16221c6a4e882e48e4f0dcf451bda | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Mar 08 14:39:39 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:54 2005 +0100 |
tree | d4d9e38471665c1521360032e3c8912e99d8ed0d | |
parent | 07b4ebd372139eb64a2898f17f2cc387b22feba8 [diff] [blame] |
Export shm_align_mask and flush_data_cache_page. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index c0ac4f9..fe01100 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c
@@ -33,6 +33,8 @@ void (*flush_data_cache_page)(unsigned long addr); void (*flush_icache_all)(void); +EXPORT_SYMBOL(flush_data_cache_page); + #ifdef CONFIG_DMA_NONCOHERENT /* DMA cache operations. */