summaryrefslogtreecommitdiff
path: root/arch/csky/abiv1/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/abiv1/mmap.c')
-rw-r--r--arch/csky/abiv1/mmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/csky/abiv1/mmap.c b/arch/csky/abiv1/mmap.c
index 7f826331d409..1047865e82a9 100644
--- a/arch/csky/abiv1/mmap.c
+++ b/arch/csky/abiv1/mmap.c
@@ -23,7 +23,8 @@
*/
unsigned long
arch_get_unmapped_area(struct file *filp, unsigned long addr,
- unsigned long len, unsigned long pgoff, unsigned long flags)
+ unsigned long len, unsigned long pgoff,
+ unsigned long flags, vm_flags_t vm_flags)
{
struct mm_struct *mm = current->mm;
struct vm_area_struct *vma;