summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@maxwell.earthlink.net>2002-09-15 20:23:15 -0700
committerJames Simmons <jsimmons@maxwell.earthlink.net>2002-09-15 20:23:15 -0700
commitc598bcd01bd613127079f83a58cfda8cdfbc8bcc (patch)
tree36e79a6c0958c4d27c1ba2541e3f83a4f3421cb3 /include/linux/mmzone.h
parent2f0517d7dda0e8a8742e25a50315df956256994e (diff)
parent05862384752013c6ab9b52d3215d3de92ea240a4 (diff)
Merge bk://linus.bkbits.net/linux-2.5
into maxwell.earthlink.net:/usr/src/linus-2.5
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index e5b6bc1111b8..8ebf441bdb47 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -16,7 +16,7 @@
*/
#ifndef CONFIG_FORCE_MAX_ZONEORDER
-#define MAX_ORDER 10
+#define MAX_ORDER 11
#else
#define MAX_ORDER CONFIG_FORCE_MAX_ZONEORDER
#endif
@@ -151,8 +151,8 @@ struct zonelist {
* On NUMA machines, each NUMA node would have a pg_data_t to describe
* it's memory layout.
*
- * XXX: we need to move the global memory statistics (active_list, ...)
- * into the pg_data_t to properly support NUMA.
+ * Memory statistics and page replacement data structures are maintained on a
+ * per-zone basis.
*/
struct bootmem_data;
typedef struct pglist_data {