diff options
author | jhb <jhb@FreeBSD.org> | 2010-07-15 20:24:37 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2010-07-15 20:24:37 +0000 |
commit | 96d598c33f001290f67031e4a950681f965ffc38 (patch) | |
tree | d7e943ff2e3aa30a8d911b1093329552ffeccd72 /sys/kern/subr_trap.c | |
parent | 66838c310f5a207d833c9840fdd69cae8aa4db73 (diff) | |
download | FreeBSD-src-96d598c33f001290f67031e4a950681f965ffc38.zip FreeBSD-src-96d598c33f001290f67031e4a950681f965ffc38.tar.gz |
Retire td_syscalls now that it is no longer needed.
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r-- | sys/kern/subr_trap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 6a97779..5c90d95 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -261,7 +261,6 @@ syscallenter(struct thread *td, struct syscall_args *sa) PCPU_INC(cnt.v_syscall); p = td->td_proc; - td->td_syscalls++; td->td_pticks = 0; if (td->td_ucred != p->p_ucred) |