commit | 84fd089a425f055ecf4a6a72f2509ccb98314b8f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Feb 07 16:13:07 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:28 2005 +0100 |
tree | 36f2f224adac024bfa2569911da9d9200b3f5ad8 | |
parent | cc26b815ddde4168cd853be9e62ecacd392e3f64 [diff] [blame] |
Delete duplicate copy of fixrange_init. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index dc6830b..77cbcca 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c
@@ -96,8 +96,8 @@ kmap_prot = PAGE_KERNEL; } -#ifdef CONFIG_64BIT -static void __init fixrange_init(unsigned long start, unsigned long end, +#ifdef CONFIG_32BIT +void __init fixrange_init(unsigned long start, unsigned long end, pgd_t *pgd_base) { pgd_t *pgd;