diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index c7370579111b..5da4b19023c3 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -801,6 +801,8 @@ const char * const vmstat_text[] = { | |||
801 | "thp_collapse_alloc", | 801 | "thp_collapse_alloc", |
802 | "thp_collapse_alloc_failed", | 802 | "thp_collapse_alloc_failed", |
803 | "thp_split", | 803 | "thp_split", |
804 | "thp_zero_page_alloc", | ||
805 | "thp_zero_page_alloc_failed", | ||
804 | #endif | 806 | #endif |
805 | 807 | ||
806 | #endif /* CONFIG_VM_EVENTS_COUNTERS */ | 808 | #endif /* CONFIG_VM_EVENTS_COUNTERS */ |