This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-i386 / pgalloc.h
index a44e266..4b5ecab 100644 (file)
@@ -4,6 +4,7 @@
 #include <linux/config.h>
 #include <asm/processor.h>
 #include <asm/fixmap.h>
+#include <asm/desc.h>
 #include <linux/threads.h>
 #include <linux/mm.h>          /* for struct page */
 
@@ -52,4 +53,6 @@ static inline void pte_free(struct page *pte)
 
 #define check_pgt_cache()      do { } while (0)
 
+#define HAVE_ARCH_UNMAPPED_AREA 1
+
 #endif /* _I386_PGALLOC_H */