diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 01:02:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 01:02:46 +0000 |
commit | 41f766e193858f7b5d1f9e81f50f392c1bd40f32 (patch) | |
tree | 98e4f873822133df2c5347efd9e95649cbd09a76 /arch/mips/mm/rm7k.c | |
parent | c57670c55888e298bc39ccfb4cc020b963a478c5 (diff) |
Introduce __flush_cache_all() which flushes the cache no matter if
this operation is necessary from the mm point of view or not.
Diffstat (limited to 'arch/mips/mm/rm7k.c')
-rw-r--r-- | arch/mips/mm/rm7k.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |