]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/kernel/skas/syscall.c
uml: get rid of syscall counters
[linux-2.6-omap-h63xx.git] / arch / um / kernel / skas / syscall.c
index 50b476f2b38df9096fee81a705ae4ef5e04b93e5..6450f024290fd3c034d47bd0f2813bcc8ee20e08 100644 (file)
@@ -17,9 +17,6 @@ void handle_syscall(struct uml_pt_regs *r)
 
        syscall_trace(r, 0);
 
-       current->thread.nsyscalls++;
-       nsyscalls++;
-
        /*
         * This should go in the declaration of syscall, but when I do that,
         * strace -f -c bash -c 'ls ; ls' breaks, sometimes not tracing