aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index c7370579111b..89a7fd665b32 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -774,10 +774,11 @@ const char * const vmstat_text[] = {
774 774
775 "pgrotated", 775 "pgrotated",
776 776
777#ifdef CONFIG_MIGRATION
778 "pgmigrate_success",
779 "pgmigrate_fail",
780#endif
777#ifdef CONFIG_COMPACTION 781#ifdef CONFIG_COMPACTION
778 "compact_blocks_moved",
779 "compact_pages_moved",
780 "compact_pagemigrate_failed",
781 "compact_stall", 782 "compact_stall",
782 "compact_fail", 783 "compact_fail",
783 "compact_success", 784 "compact_success",