aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 9a4a522c0b0f..df14808f0a36 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -994,14 +994,16 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat,
994 "\n high %lu" 994 "\n high %lu"
995 "\n scanned %lu" 995 "\n scanned %lu"
996 "\n spanned %lu" 996 "\n spanned %lu"
997 "\n present %lu", 997 "\n present %lu"
998 "\n managed %lu",
998 zone_page_state(zone, NR_FREE_PAGES), 999 zone_page_state(zone, NR_FREE_PAGES),
999 min_wmark_pages(zone), 1000 min_wmark_pages(zone),
1000 low_wmark_pages(zone), 1001 low_wmark_pages(zone),
1001 high_wmark_pages(zone), 1002 high_wmark_pages(zone),
1002 zone->pages_scanned, 1003 zone->pages_scanned,
1003 zone->spanned_pages, 1004 zone->spanned_pages,
1004 zone->present_pages); 1005 zone->present_pages,
1006 zone->managed_pages);
1005 1007
1006 for (i = 0; i < NR_VM_ZONE_STAT_ITEMS; i++) 1008 for (i = 0; i < NR_VM_ZONE_STAT_ITEMS; i++)
1007 seq_printf(m, "\n %-12s %lu", vmstat_text[i], 1009 seq_printf(m, "\n %-12s %lu", vmstat_text[i],