diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /arch/mips/mm/r6000.c | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'arch/mips/mm/r6000.c')
-rw-r--r-- | arch/mips/mm/r6000.c | 4 |
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; |