diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 6da3169d3750..cf6b53dc08f9 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4368,6 +4368,9 @@ void show_free_areas(unsigned int filter) | |||
4368 | global_page_state(NR_FREE_CMA_PAGES)); | 4368 | global_page_state(NR_FREE_CMA_PAGES)); |
4369 | 4369 | ||
4370 | for_each_online_pgdat(pgdat) { | 4370 | for_each_online_pgdat(pgdat) { |
4371 | if (skip_free_areas_node(filter, pgdat->node_id)) | ||
4372 | continue; | ||
4373 | |||
4371 | printk("Node %d" | 4374 | printk("Node %d" |
4372 | " active_anon:%lukB" | 4375 | " active_anon:%lukB" |
4373 | " inactive_anon:%lukB" | 4376 | " inactive_anon:%lukB" |