aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 4380b0dba6d9..6cb08cdd4f03 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -677,6 +677,11 @@ static const char * const vmstat_text[] = {
677 "htlb_buddy_alloc_success", 677 "htlb_buddy_alloc_success",
678 "htlb_buddy_alloc_fail", 678 "htlb_buddy_alloc_fail",
679#endif 679#endif
680#ifdef CONFIG_UNEVICTABLE_LRU
681 "unevictable_pgs_culled",
682 "unevictable_pgs_scanned",
683 "unevictable_pgs_rescued",
684#endif
680#endif 685#endif
681}; 686};
682 687