diff options
Diffstat (limited to 'include/linux/vm_event_item.h')
-rw-r--r-- | include/linux/vm_event_item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/vm_event_item.h b/include/linux/vm_event_item.h index 8aa7cb94b5fb..a1f750b8e72a 100644 --- a/include/linux/vm_event_item.h +++ b/include/linux/vm_event_item.h | |||
@@ -42,6 +42,8 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, | |||
42 | PGMIGRATE_SUCCESS, PGMIGRATE_FAIL, | 42 | PGMIGRATE_SUCCESS, PGMIGRATE_FAIL, |
43 | #endif | 43 | #endif |
44 | #ifdef CONFIG_COMPACTION | 44 | #ifdef CONFIG_COMPACTION |
45 | COMPACTMIGRATE_SCANNED, COMPACTFREE_SCANNED, | ||
46 | COMPACTISOLATED, | ||
45 | COMPACTSTALL, COMPACTFAIL, COMPACTSUCCESS, | 47 | COMPACTSTALL, COMPACTFAIL, COMPACTSUCCESS, |
46 | #endif | 48 | #endif |
47 | #ifdef CONFIG_HUGETLB_PAGE | 49 | #ifdef CONFIG_HUGETLB_PAGE |