Delete duplicate copy of fixrange_init.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-02-07 16:13:07 +00:00
parent cc26b815dd
commit 84fd089a42
3 changed files with 10 additions and 33 deletions

View File

@@ -96,8 +96,8 @@ static void __init kmap_init(void)
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;