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] |
Delete duplicate copy of fixrange_init. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/fixmap.h b/include/asm-mips/fixmap.h index 26b6a90..73a3028 100644 --- a/include/asm-mips/fixmap.h +++ b/include/asm-mips/fixmap.h
@@ -107,4 +107,11 @@ return __virt_to_fix(vaddr); } +/* + * Called from pgtable_init() + */ +extern void fixrange_init(unsigned long start, unsigned long end, + pgd_t *pgd_base); + + #endif