]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_som.c
Pull model-name into release branch
[karo-tx-linux.git] / fs / binfmt_som.c
index 227a2682d2bfa6f44dcf1d173af567f6788edb5d..32b5d625ce9c7c311835139eea61e8b98896a7b1 100644 (file)
@@ -32,7 +32,6 @@
 #include <asm/uaccess.h>
 #include <asm/pgtable.h>
 
-#include <linux/config.h>
 
 #include <linux/elf.h>
 
@@ -259,7 +258,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);