|
@@ -1275,6 +1275,9 @@ const char * const vmstat_text[] = {
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
"nr_tlb_remote_flush",
|
|
"nr_tlb_remote_flush",
|
|
"nr_tlb_remote_flush_received",
|
|
"nr_tlb_remote_flush_received",
|
|
|
|
+#else
|
|
|
|
+ "", /* nr_tlb_remote_flush */
|
|
|
|
+ "", /* nr_tlb_remote_flush_received */
|
|
#endif /* CONFIG_SMP */
|
|
#endif /* CONFIG_SMP */
|
|
"nr_tlb_local_flush_all",
|
|
"nr_tlb_local_flush_all",
|
|
"nr_tlb_local_flush_one",
|
|
"nr_tlb_local_flush_one",
|