X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Firixelf.c;h=950aeea4b4c8766d97179c2a53f57a7f546c3ed3;hb=8e8ece46a861c84343256819eaec77e608ff9217;hp=c34a93a5607c40cf5c9aaabc8bde5d893fa7bf81;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/arch/mips/kernel/irixelf.c b/arch/mips/kernel/irixelf.c index c34a93a56..950aeea4b 100644 --- a/arch/mips/kernel/irixelf.c +++ b/arch/mips/kernel/irixelf.c @@ -692,7 +692,6 @@ static int load_irix_binary(struct linux_binprm * bprm, struct pt_regs * regs) /* Do this so that we can load the interpreter, if need be. We will * change some of these later. */ - // current->mm->rss = 0; vx_rsspages_sub(current->mm, current->mm->rss); setup_arg_pages(bprm, STACK_TOP, EXSTACK_DEFAULT); current->mm->start_stack = bprm->p;