diff options
Diffstat (limited to 'include/linux/rmap.h')
-rw-r--r-- | include/linux/rmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h index 4c4a2d4d289e..ce989f1fc2ed 100644 --- a/include/linux/rmap.h +++ b/include/linux/rmap.h | |||
@@ -93,6 +93,7 @@ enum ttu_flags { | |||
93 | 93 | ||
94 | TTU_IGNORE_MLOCK = (1 << 8), /* ignore mlock */ | 94 | TTU_IGNORE_MLOCK = (1 << 8), /* ignore mlock */ |
95 | TTU_IGNORE_ACCESS = (1 << 9), /* don't age */ | 95 | TTU_IGNORE_ACCESS = (1 << 9), /* don't age */ |
96 | TTU_IGNORE_HWPOISON = (1 << 10),/* corrupted page is recoverable */ | ||
96 | }; | 97 | }; |
97 | #define TTU_ACTION(x) ((x) & TTU_ACTION_MASK) | 98 | #define TTU_ACTION(x) ((x) & TTU_ACTION_MASK) |
98 | 99 | ||