Commit a9b71b6c5473d2c1526deac0a1a207fe476f6088
Committed by
Linus Torvalds
1 parent
00a905e614
Exists in
master
and in
7 other branches
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>
Showing 4 changed files with 0 additions and 9 deletions Side-by-side Diff
arch/um/include/kern_util.h
arch/um/kernel/skas/syscall.c
arch/um/kernel/syscall.c
include/asm-um/processor-generic.h
... | ... | @@ -27,7 +27,6 @@ |
27 | 27 | * as of 2.6.11). |
28 | 28 | */ |
29 | 29 | int forking; |
30 | - int nsyscalls; | |
31 | 30 | struct pt_regs regs; |
32 | 31 | int singlestep_syscall; |
33 | 32 | void *fault_addr; |
... | ... | @@ -59,7 +58,6 @@ |
59 | 58 | #define INIT_THREAD \ |
60 | 59 | { \ |
61 | 60 | .forking = 0, \ |
62 | - .nsyscalls = 0, \ | |
63 | 61 | .regs = EMPTY_REGS, \ |
64 | 62 | .fault_addr = NULL, \ |
65 | 63 | .prev_sched = NULL, \ |