X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fx86_64%2Fia32%2Fsyscall32.c;fp=arch%2Fx86_64%2Fia32%2Fsyscall32.c;h=cba16929cfd281123ef07e5858ab3bbd5f073374;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=029a5c17dab6fb4e828b8046eb5fa03b49913bea;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/x86_64/ia32/syscall32.c b/arch/x86_64/ia32/syscall32.c index 029a5c17d..cba16929c 100644 --- a/arch/x86_64/ia32/syscall32.c +++ b/arch/x86_64/ia32/syscall32.c @@ -43,9 +43,7 @@ static struct vm_operations_struct syscall32_vm_ops = { struct linux_binprm; /* Setup a VMA at program startup for the vsyscall page */ -int syscall32_setup_pages(struct linux_binprm *bprm, int exstack, - unsigned long start_code, - unsigned long interp_map_address) +int syscall32_setup_pages(struct linux_binprm *bprm, int exstack) { int npages = (VSYSCALL32_END - VSYSCALL32_BASE) >> PAGE_SHIFT; struct vm_area_struct *vma;