commit | 02cf2119684e52e97a8a90bd7630386e0f1a250a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 01 13:06:32 2005 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:32 2005 +0100 |
tree | fbe051feacc403d7703bf27043ac048b5d2f2369 | |
parent | 942d042d17c77febab9af6815b2e77f665d0f9c1 [diff] [blame] |
Cleanup the mess in cpu_cache_init. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/c-r3k.c b/arch/mips/mm/c-r3k.c index 03492a5..27f4fa2 100644 --- a/arch/mips/mm/c-r3k.c +++ b/arch/mips/mm/c-r3k.c
@@ -319,7 +319,7 @@ r3k_flush_dcache_range(start, start + size); } -void __init ld_mmu_r23000(void) +void __init r3k_cache_init(void) { extern void build_clear_page(void); extern void build_copy_page(void);