This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / pgtable.h
index 9d5a8fa..5b2aa07 100644 (file)
@@ -125,6 +125,8 @@ static inline void pte_clear(pte_t *ptep)
 
 extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
 
+#define PTE_FILE_MAX_BITS      27
+
 /*
  * The following only work if pte_present() is true.
  * Undefined behaviour if not..