aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 879bcc0a1d4c..4c21670f8d91 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -645,6 +645,10 @@ static const char * const vmstat_text[] = {
645 "allocstall", 645 "allocstall",
646 646
647 "pgrotated", 647 "pgrotated",
648#ifdef CONFIG_HUGETLB_PAGE
649 "htlb_buddy_alloc_success",
650 "htlb_buddy_alloc_fail",
651#endif
648#endif 652#endif
649}; 653};
650 654