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[] = {  	"thp_zero_page_alloc",  	"thp_zero_page_alloc_failed",  #endif +#ifdef CONFIG_DEBUG_TLBFLUSH  #ifdef CONFIG_SMP  	"nr_tlb_remote_flush",  	"nr_tlb_remote_flush_received", -#endif +#endif /* CONFIG_SMP */  	"nr_tlb_local_flush_all",  	"nr_tlb_local_flush_one", +#endif /* CONFIG_DEBUG_TLBFLUSH */  #endif /* CONFIG_VM_EVENTS_COUNTERS */  };  | 
