diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 6db2f6319313..9e28abc0a0b9 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -625,6 +625,7 @@ static const char * const vmstat_text[] = { | |||
625 | "nr_active_file", | 625 | "nr_active_file", |
626 | #ifdef CONFIG_UNEVICTABLE_LRU | 626 | #ifdef CONFIG_UNEVICTABLE_LRU |
627 | "nr_unevictable", | 627 | "nr_unevictable", |
628 | "nr_mlock", | ||
628 | #endif | 629 | #endif |
629 | "nr_anon_pages", | 630 | "nr_anon_pages", |
630 | "nr_mapped", | 631 | "nr_mapped", |
@@ -684,6 +685,10 @@ static const char * const vmstat_text[] = { | |||
684 | "unevictable_pgs_culled", | 685 | "unevictable_pgs_culled", |
685 | "unevictable_pgs_scanned", | 686 | "unevictable_pgs_scanned", |
686 | "unevictable_pgs_rescued", | 687 | "unevictable_pgs_rescued", |
688 | "unevictable_pgs_mlocked", | ||
689 | "unevictable_pgs_munlocked", | ||
690 | "unevictable_pgs_cleared", | ||
691 | "unevictable_pgs_stranded", | ||
687 | #endif | 692 | #endif |
688 | #endif | 693 | #endif |
689 | }; | 694 | }; |