X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fvdso%2Fvma.c;h=9c98cc6ba9783ce1c1caac812341924e43ae98aa;hb=8c938f9fae887f6e180bf802aa1c33cf74712aff;hp=257ba4a10abf0740ee908d2ff1369c77d7d31b50;hpb=837b41b5de356aa67abb2cadb5eef3efc7776f91;p=~andy%2Flinux diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c index 257ba4a10ab..9c98cc6ba97 100644 --- a/arch/x86/vdso/vma.c +++ b/arch/x86/vdso/vma.c @@ -98,7 +98,7 @@ static unsigned long vdso_addr(unsigned long start, unsigned len) /* Setup a VMA at program startup for the vsyscall page. Not called for compat tasks */ -int arch_setup_additional_pages(struct linux_binprm *bprm, int exstack) +int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp) { struct mm_struct *mm = current->mm; unsigned long addr;