diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 1e151cf6bf86..1e3aa8139f22 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -629,10 +629,8 @@ static const char * const vmstat_text[] = { | |||
629 | "nr_active_anon", | 629 | "nr_active_anon", |
630 | "nr_inactive_file", | 630 | "nr_inactive_file", |
631 | "nr_active_file", | 631 | "nr_active_file", |
632 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
633 | "nr_unevictable", | 632 | "nr_unevictable", |
634 | "nr_mlock", | 633 | "nr_mlock", |
635 | #endif | ||
636 | "nr_anon_pages", | 634 | "nr_anon_pages", |
637 | "nr_mapped", | 635 | "nr_mapped", |
638 | "nr_file_pages", | 636 | "nr_file_pages", |
@@ -687,7 +685,6 @@ static const char * const vmstat_text[] = { | |||
687 | "htlb_buddy_alloc_success", | 685 | "htlb_buddy_alloc_success", |
688 | "htlb_buddy_alloc_fail", | 686 | "htlb_buddy_alloc_fail", |
689 | #endif | 687 | #endif |
690 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
691 | "unevictable_pgs_culled", | 688 | "unevictable_pgs_culled", |
692 | "unevictable_pgs_scanned", | 689 | "unevictable_pgs_scanned", |
693 | "unevictable_pgs_rescued", | 690 | "unevictable_pgs_rescued", |
@@ -697,7 +694,6 @@ static const char * const vmstat_text[] = { | |||
697 | "unevictable_pgs_stranded", | 694 | "unevictable_pgs_stranded", |
698 | "unevictable_pgs_mlockfreed", | 695 | "unevictable_pgs_mlockfreed", |
699 | #endif | 696 | #endif |
700 | #endif | ||
701 | }; | 697 | }; |
702 | 698 | ||
703 | static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat, | 699 | static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat, |