X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffixmap.h;h=73a3028dd9f9785ad089f3556d8dbed5f766675d;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=26b6a90a690bbbd472e8f136f882c0cfc1302106;hpb=433e2af4175021d339b067f6e7ee0a4e4c4f7e2d;p=linux-2.6.git diff --git a/include/asm-mips/fixmap.h b/include/asm-mips/fixmap.h index 26b6a90a6..73a3028dd 100644 --- a/include/asm-mips/fixmap.h +++ b/include/asm-mips/fixmap.h @@ -107,4 +107,11 @@ static inline unsigned long virt_to_fix(const unsigned long vaddr) return __virt_to_fix(vaddr); } +/* + * Called from pgtable_init() + */ +extern void fixrange_init(unsigned long start, unsigned long end, + pgd_t *pgd_base); + + #endif