diff options
Diffstat (limited to 'include/linux/rmap.h')
-rw-r--r-- | include/linux/rmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h index c89c53a113a8..7c90e029c7c6 100644 --- a/include/linux/rmap.h +++ b/include/linux/rmap.h | |||
@@ -188,7 +188,8 @@ int page_referenced(struct page *, int is_locked, | |||
188 | #define TTU_ACTION(x) ((x) & TTU_ACTION_MASK) | 188 | #define TTU_ACTION(x) ((x) & TTU_ACTION_MASK) |
189 | 189 | ||
190 | int try_to_unmap(struct page *, enum ttu_flags flags); | 190 | int try_to_unmap(struct page *, enum ttu_flags flags); |
191 | 191 | int try_to_unmap_one_only(struct page *page, struct vm_area_struct *vma, | |
192 | unsigned long address, void *arg); | ||
192 | /* | 193 | /* |
193 | * Used by uprobes to replace a userspace page safely | 194 | * Used by uprobes to replace a userspace page safely |
194 | */ | 195 | */ |