summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/r6000.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /arch/mips/mm/r6000.c
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'arch/mips/mm/r6000.c')
-rw-r--r--arch/mips/mm/r6000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/r6000.c b/arch/mips/mm/r6000.c
index 7f2919db8..9baf83b27 100644
--- a/arch/mips/mm/r6000.c
+++ b/arch/mips/mm/r6000.c
@@ -1,4 +1,4 @@
-/* $Id: r6000.c,v 1.6 1999/01/04 16:03:54 ralf Exp $
+/* $Id: r6000.c,v 1.7 1999/08/09 19:43:16 harald Exp $
*
* r6000.c: MMU and cache routines for the R6000 processors.
*
@@ -164,7 +164,7 @@ void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
/* XXX */
}
-__initfunc(void ld_mmu_r6000(void))
+void __init ld_mmu_r6000(void)
{
flush_cache_all = r6000_flush_cache_all;
flush_cache_mm = r6000_flush_cache_mm;