aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 6be91fb2deb1..230180c3eb61 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -21,6 +21,7 @@
21#else 21#else
22#define MAX_ORDER CONFIG_FORCE_MAX_ZONEORDER 22#define MAX_ORDER CONFIG_FORCE_MAX_ZONEORDER
23#endif 23#endif
24#define MAX_ORDER_NR_PAGES (1 << (MAX_ORDER - 1))
24 25
25struct free_area { 26struct free_area {
26 struct list_head free_list; 27 struct list_head free_list;