diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 9d6efefdde50..60011d26bffc 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -971,6 +971,8 @@ static inline int handle_mm_fault(struct mm_struct *mm, | |||
971 | 971 | ||
972 | extern int make_pages_present(unsigned long addr, unsigned long end); | 972 | extern int make_pages_present(unsigned long addr, unsigned long end); |
973 | extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write); | 973 | extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write); |
974 | extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, | ||
975 | void *buf, int len, int write); | ||
974 | 976 | ||
975 | int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | 977 | int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, |
976 | unsigned long start, int len, unsigned int foll_flags, | 978 | unsigned long start, int len, unsigned int foll_flags, |