diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 6cb08cdd4f03..6db2f6319313 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -623,6 +623,9 @@ static const char * const vmstat_text[] = { | |||
623 | "nr_active_anon", | 623 | "nr_active_anon", |
624 | "nr_inactive_file", | 624 | "nr_inactive_file", |
625 | "nr_active_file", | 625 | "nr_active_file", |
626 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
627 | "nr_unevictable", | ||
628 | #endif | ||
626 | "nr_anon_pages", | 629 | "nr_anon_pages", |
627 | "nr_mapped", | 630 | "nr_mapped", |
628 | "nr_file_pages", | 631 | "nr_file_pages", |