aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/skas/syscall.c')
-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