diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e133cea36932..77773329aa72 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/memory_hotplug.h> | 39 | #include <linux/memory_hotplug.h> |
40 | #include <linux/nodemask.h> | 40 | #include <linux/nodemask.h> |
41 | #include <linux/vmalloc.h> | 41 | #include <linux/vmalloc.h> |
42 | #include <linux/vmstat.h> | ||
42 | #include <linux/mempolicy.h> | 43 | #include <linux/mempolicy.h> |
43 | #include <linux/stop_machine.h> | 44 | #include <linux/stop_machine.h> |
44 | #include <linux/sort.h> | 45 | #include <linux/sort.h> |
@@ -5152,6 +5153,7 @@ int __meminit init_per_zone_wmark_min(void) | |||
5152 | if (min_free_kbytes > 65536) | 5153 | if (min_free_kbytes > 65536) |
5153 | min_free_kbytes = 65536; | 5154 | min_free_kbytes = 65536; |
5154 | setup_per_zone_wmarks(); | 5155 | setup_per_zone_wmarks(); |
5156 | refresh_zone_stat_thresholds(); | ||
5155 | setup_per_zone_lowmem_reserve(); | 5157 | setup_per_zone_lowmem_reserve(); |
5156 | setup_per_zone_inactive_ratio(); | 5158 | setup_per_zone_inactive_ratio(); |
5157 | return 0; | 5159 | return 0; |