X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffixmap.h;fp=include%2Fasm-mips%2Ffixmap.h;h=73a3028dd9f9785ad089f3556d8dbed5f766675d;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=26b6a90a690bbbd472e8f136f882c0cfc1302106;hpb=cee37fe97739d85991964371c1f3a745c00dd236;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