diff options
author | Sanjay Lal <sanjayl@kymasys.com> | 2012-11-22 06:34:10 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 05:55:36 +0400 |
commit | f2e3656d23b7e2465da22966feef6170e9b28b2b (patch) | |
tree | e4ca4c52595a9208d60567a404b04e5ab86e4bad /arch/mips/mm/cache.c | |
parent | f5c236dd0aaf356627cffc1e0e4ce8a52c534e42 (diff) | |
download | linux-f2e3656d23b7e2465da22966feef6170e9b28b2b.tar.xz |
MIPS: Export routines needed by the KVM module.
Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r-- | arch/mips/mm/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 07cec4407b0c..5aeb3eb0b72f 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -48,6 +48,7 @@ void (*flush_icache_all)(void); EXPORT_SYMBOL_GPL(local_flush_data_cache_page); EXPORT_SYMBOL(flush_data_cache_page); +EXPORT_SYMBOL(flush_icache_all); #ifdef CONFIG_DMA_NONCOHERENT |