diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-11-29 22:00:30 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-11-29 22:00:30 +0000 |
commit | c646de67cdaa3d75b7c7d06bfd0e3eb763c50ce5 (patch) | |
tree | 00cfc79eba30b492c981da7fc6a11b0143805cf5 /arch/mips64 | |
parent | 7f242fee790824c50972ffd73aaa5f43b4ceeca7 (diff) |
Use the same definition of flush_icache_page() that is used in stock
Linux 2.4.
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/mm/andes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/mm/andes.c b/arch/mips64/mm/andes.c index 013c3626e..2921b8601 100644 --- a/arch/mips64/mm/andes.c +++ b/arch/mips64/mm/andes.c @@ -114,7 +114,7 @@ andes_flush_cache_l2(void) } void -andes_flush_icache_page(unsigned long page, unsigned long addr) +andes_flush_icache_page(unsigned long page) { if (scache_lsz64) blast_scache64_page(page); |