This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / include / linux / mmzone.h
index 8a23709..e2f19aa 100644 (file)
  *   permitted by MAX_ORDER, so we allocate with the bootmem allocator, and are
  *   limited to this size
  */
-#if MAX_ORDER > 14
-#define MAX_SYS_HASH_TABLE_ORDER MAX_ORDER
-#else
-#define MAX_SYS_HASH_TABLE_ORDER 14
-#endif
+#define MAX_SYS_HASH_TABLE_ORDER 7
 
 struct free_area {
        struct list_head        free_list;