aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vm_event_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vm_event_item.h')
-rw-r--r--include/linux/vm_event_item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/vm_event_item.h b/include/linux/vm_event_item.h
index 3d3114594370..fe786f07d2bd 100644
--- a/include/linux/vm_event_item.h
+++ b/include/linux/vm_event_item.h
@@ -58,6 +58,8 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT,
58 THP_COLLAPSE_ALLOC, 58 THP_COLLAPSE_ALLOC,
59 THP_COLLAPSE_ALLOC_FAILED, 59 THP_COLLAPSE_ALLOC_FAILED,
60 THP_SPLIT, 60 THP_SPLIT,
61 THP_ZERO_PAGE_ALLOC,
62 THP_ZERO_PAGE_ALLOC_FAILED,
61#endif 63#endif
62 NR_VM_EVENT_ITEMS 64 NR_VM_EVENT_ITEMS
63}; 65};