summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/r5432.c
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-11-29 22:00:30 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-11-29 22:00:30 +0000
commitc646de67cdaa3d75b7c7d06bfd0e3eb763c50ce5 (patch)
tree00cfc79eba30b492c981da7fc6a11b0143805cf5 /arch/mips/mm/r5432.c
parent7f242fee790824c50972ffd73aaa5f43b4ceeca7 (diff)
Use the same definition of flush_icache_page() that is used in stock
Linux 2.4.
Diffstat (limited to 'arch/mips/mm/r5432.c')
-rw-r--r--arch/mips/mm/r5432.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/mm/r5432.c b/arch/mips/mm/r5432.c
index f76fbbfd0..ac3358b2a 100644
--- a/arch/mips/mm/r5432.c
+++ b/arch/mips/mm/r5432.c
@@ -463,8 +463,7 @@ r5432_flush_icache_range(unsigned long start, unsigned long end)
}
static void
-r5432_flush_icache_page_i32(struct vm_area_struct *vma, struct page *page,
- unsigned long address)
+r5432_flush_icache_page_i32(struct vm_area_struct *vma, struct page *page)
{
if (!(vma->vm_flags & VM_EXEC))
return;