From 41f766e193858f7b5d1f9e81f50f392c1bd40f32 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 5 Feb 2001 01:02:46 +0000 Subject: Introduce __flush_cache_all() which flushes the cache no matter if this operation is necessary from the mm point of view or not. --- arch/mips/mm/rm7k.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/mm/rm7k.c') diff --git a/arch/mips/mm/rm7k.c b/arch/mips/mm/rm7k.c index c7a80ff54..4258465c5 100644 --- a/arch/mips/mm/rm7k.c +++ b/arch/mips/mm/rm7k.c @@ -547,6 +547,7 @@ void __init ld_mmu_rm7k(void) _copy_page = rm7k_copy_page; _flush_cache_all = rm7k_flush_cache_all_d32i32; + ___flush_cache_all = rm7k_flush_cache_all_d32i32; _flush_cache_mm = rm7k_flush_cache_mm_d32i32; _flush_cache_range = rm7k_flush_cache_range_d32i32; _flush_cache_page = rm7k_flush_cache_page_d32i32; -- cgit v1.2.3