]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/vdso/vma.c
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / arch / x86 / vdso / vma.c
index d7dce1dbf8c90a118d026bb294c20b35c0347aa2..00aaf047b39f9ac948e0fdd3ccdbf1e4d80e9fb7 100644 (file)
@@ -172,8 +172,7 @@ static int setup_additional_pages(struct linux_binprm *bprm,
 
        ret = install_special_mapping(mm, addr, size,
                                      VM_READ|VM_EXEC|
-                                     VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC|
-                                     VM_ALWAYSDUMP,
+                                     VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC,
                                      pages);
        if (ret) {
                current->mm->context.vdso = NULL;