diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-10-27 05:45:44 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-10-27 05:45:44 +0000 |
| commit | d21ac9b686e353ea0b621e0f57b47880e45b39cf (patch) | |
| tree | 19855be5af0ad23e7fab42e2468f4704611e63d0 /sys/kern/kern_thread.c | |
| parent | 6d815a7d8c7c5b1f2d79b5e126a301c9f99dcd99 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_thread.c')
| -rw-r--r-- | sys/kern/kern_thread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index b16c8f517f5c..74af901df50a 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -278,11 +278,6 @@ ksegrp_unlink(struct ksegrp *kg) p = kg->kg_proc; TAILQ_REMOVE(&p->p_ksegrps, kg, kg_ksegrp); p->p_numksegrps--; - /* - * Aggregate stats from the KSE - */ - if (p->p_procscopegrp == kg) - p->p_procscopegrp = NULL; } #endif @@ -1135,9 +1130,6 @@ thread_single_end(void) p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY); mtx_lock_spin(&sched_lock); p->p_singlethread = NULL; -#ifdef KSE - p->p_procscopegrp = NULL; -#endif /* * If there are other threads they mey now run, * unless of course there is a blanket 'stop order' |
