]> err.no Git - linux-2.6/blobdiff - include/asm-mips/fixmap.h
[MIPS] Use "=R" constraint to avoid compiler errors in cmpxchg().
[linux-2.6] / include / asm-mips / fixmap.h
index 26b6a90a690bbbd472e8f136f882c0cfc1302106..73a3028dd9f9785ad089f3556d8dbed5f766675d 100644 (file)
@@ -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