diff options
Diffstat (limited to 'arch/mips/kernel/vdso.c')
-rw-r--r-- | arch/mips/kernel/vdso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/vdso.c b/arch/mips/kernel/vdso.c index f9dbfb14af33..093517e85a6c 100644 --- a/arch/mips/kernel/vdso.c +++ b/arch/mips/kernel/vdso.c | |||
@@ -111,7 +111,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp) | |||
111 | base = mmap_region(NULL, STACK_TOP, PAGE_SIZE, | 111 | base = mmap_region(NULL, STACK_TOP, PAGE_SIZE, |
112 | VM_READ|VM_WRITE|VM_EXEC| | 112 | VM_READ|VM_WRITE|VM_EXEC| |
113 | VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC, | 113 | VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC, |
114 | 0); | 114 | 0, NULL); |
115 | if (IS_ERR_VALUE(base)) { | 115 | if (IS_ERR_VALUE(base)) { |
116 | ret = base; | 116 | ret = base; |
117 | goto out; | 117 | goto out; |