commit | 7e3bfc7cfc402458b0386086ab650ce811720927 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 05 20:42:04 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 19 04:14:29 2006 +0200 |
tree | d7512049fad83d13a909a9ad8085c33f9d44b13f | |
parent | bb12d612d4b2e6dc260fab081f69df783b74289f [diff] [blame] |
[MIPS] Handle IDE PIO cache aliases on SMP. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 591c22b..83a5629 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c
@@ -30,6 +30,7 @@ /* MIPS specific cache operations */ void (*flush_cache_sigtramp)(unsigned long addr); +void (*local_flush_data_cache_page)(void * addr); void (*flush_data_cache_page)(unsigned long addr); void (*flush_icache_all)(void);