Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES...
[linux-2.6-block.git] / include / linux / mmzone.h
index 9a5d5590bd393e0856d5a046d838246935b43383..afdec8117458a8728cef2d3163e4753290be8219 100644 (file)
 #define MIGRATE_RECLAIMABLE   1
 #define MIGRATE_MOVABLE       2
 #define MIGRATE_HIGHATOMIC    3
-#define MIGRATE_TYPES         4
+#define MIGRATE_RESERVE       4
+#define MIGRATE_TYPES         5
 #else
 #define MIGRATE_UNMOVABLE     0
 #define MIGRATE_UNRECLAIMABLE 0
 #define MIGRATE_MOVABLE       0
 #define MIGRATE_HIGHATOMIC    0
+#define MIGRATE_RESERVE       0
 #define MIGRATE_TYPES         1
 #endif