diff options
Diffstat (limited to 'mm/util.c')
-rw-r--r-- | mm/util.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -297,8 +297,10 @@ void arch_pick_mmap_layout(struct mm_struct *mm, struct rlimit *rlim_stack) | |||
297 | /* | 297 | /* |
298 | * Like get_user_pages_fast() except its IRQ-safe in that it won't fall | 298 | * Like get_user_pages_fast() except its IRQ-safe in that it won't fall |
299 | * back to the regular GUP. | 299 | * back to the regular GUP. |
300 | * If the architecture not support this function, simply return with no | 300 | * Note a difference with get_user_pages_fast: this always returns the |
301 | * page pinned | 301 | * number of pages pinned, 0 if no pages were pinned. |
302 | * If the architecture does not support this function, simply return with no | ||
303 | * pages pinned. | ||
302 | */ | 304 | */ |
303 | int __weak __get_user_pages_fast(unsigned long start, | 305 | int __weak __get_user_pages_fast(unsigned long start, |
304 | int nr_pages, int write, struct page **pages) | 306 | int nr_pages, int write, struct page **pages) |