X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=mm%2Fvmstat.c;h=def5dd2fbe6124401e392a0438a062acf0140f81;hb=96b3fde44d498edb0b69f38ee09f3fcc0060d214;hp=72496140ac0843e54c086c18ace843189b47ffda;hpb=24f971abbda045c24d5d6f2438a7785567d2fde9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/mm/vmstat.c b/mm/vmstat.c index 7249614..def5dd2 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 */ };