[PATCH] m32r: security fix of {get,put}_user macros
[deliverable/linux.git] / fs / binfmt_som.c
index 227a2682d2bfa6f44dcf1d173af567f6788edb5d..00a91dc25d164154fac1326f39129257bc72c94f 100644 (file)
@@ -259,7 +259,6 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs)
        create_som_tables(bprm);
 
        current->mm->start_stack = bprm->p;
-       set_mm_counter(current->mm, rss, 0);
 
 #if 0
        printk("(start_brk) %08lx\n" , (unsigned long) current->mm->start_brk);
This page took 0.025444 seconds and 5 git commands to generate.