diff options
Diffstat (limited to 'mm/vmstat.c')
| -rw-r--r-- | mm/vmstat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 72496140ac08..def5dd2fbe61 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
| @@ -851,12 +851,14 @@ const char * const vmstat_text[] = { | |||
| 851 | "thp_zero_page_alloc", | 851 | "thp_zero_page_alloc", |
| 852 | "thp_zero_page_alloc_failed", | 852 | "thp_zero_page_alloc_failed", |
| 853 | #endif | 853 | #endif |
| 854 | #ifdef CONFIG_DEBUG_TLBFLUSH | ||
| 854 | #ifdef CONFIG_SMP | 855 | #ifdef CONFIG_SMP |
| 855 | "nr_tlb_remote_flush", | 856 | "nr_tlb_remote_flush", |
| 856 | "nr_tlb_remote_flush_received", | 857 | "nr_tlb_remote_flush_received", |
| 857 | #endif | 858 | #endif /* CONFIG_SMP */ |
| 858 | "nr_tlb_local_flush_all", | 859 | "nr_tlb_local_flush_all", |
| 859 | "nr_tlb_local_flush_one", | 860 | "nr_tlb_local_flush_one", |
| 861 | #endif /* CONFIG_DEBUG_TLBFLUSH */ | ||
| 860 | 862 | ||
| 861 | #endif /* CONFIG_VM_EVENTS_COUNTERS */ | 863 | #endif /* CONFIG_VM_EVENTS_COUNTERS */ |
| 862 | }; | 864 | }; |
