diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/vm_event_item.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/vm_event_item.h b/include/linux/vm_event_item.h index dc2cdf07ac14..1855f0a22add 100644 --- a/include/linux/vm_event_item.h +++ b/include/linux/vm_event_item.h | |||
@@ -70,11 +70,12 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, | |||
70 | THP_ZERO_PAGE_ALLOC, | 70 | THP_ZERO_PAGE_ALLOC, |
71 | THP_ZERO_PAGE_ALLOC_FAILED, | 71 | THP_ZERO_PAGE_ALLOC_FAILED, |
72 | #endif | 72 | #endif |
73 | #ifdef CONFIG_SMP | ||
73 | NR_TLB_REMOTE_FLUSH, /* cpu tried to flush others' tlbs */ | 74 | NR_TLB_REMOTE_FLUSH, /* cpu tried to flush others' tlbs */ |
74 | NR_TLB_REMOTE_FLUSH_RECEIVED,/* cpu received ipi for flush */ | 75 | NR_TLB_REMOTE_FLUSH_RECEIVED,/* cpu received ipi for flush */ |
76 | #endif | ||
75 | NR_TLB_LOCAL_FLUSH_ALL, | 77 | NR_TLB_LOCAL_FLUSH_ALL, |
76 | NR_TLB_LOCAL_FLUSH_ONE, | 78 | NR_TLB_LOCAL_FLUSH_ONE, |
77 | NR_TLB_LOCAL_FLUSH_ONE_KERNEL, | ||
78 | NR_VM_EVENT_ITEMS | 79 | NR_VM_EVENT_ITEMS |
79 | }; | 80 | }; |
80 | 81 | ||