aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2008-02-05 01:31:11 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 12:44:30 -0500
commita9b71b6c5473d2c1526deac0a1a207fe476f6088 (patch)
treeaf124559352283f663671bb59fa6346a1cc913ad /arch/um/kernel/skas
parent00a905e6145ba200308a6a13e00248b85c600bd0 (diff)
uml: get rid of syscall counters
Get rid of some syscall counters which haven't been useful in ages. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/kernel/skas')
-rw-r--r--arch/um/kernel/skas/syscall.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/kernel/skas/syscall.c b/arch/um/kernel/skas/syscall.c
index 50b476f2b38d..6450f024290f 100644
--- a/arch/um/kernel/skas/syscall.c
+++ b/arch/um/kernel/skas/syscall.c
@@ -17,9 +17,6 @@ void handle_syscall(struct uml_pt_regs *r)
17 17
18 syscall_trace(r, 0); 18 syscall_trace(r, 0);
19 19
20 current->thread.nsyscalls++;
21 nsyscalls++;
22
23 /* 20 /*
24 * This should go in the declaration of syscall, but when I do that, 21 * This should go in the declaration of syscall, but when I do that,
25 * strace -f -c bash -c 'ls ; ls' breaks, sometimes not tracing 22 * strace -f -c bash -c 'ls ; ls' breaks, sometimes not tracing