diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-02-17 10:03:02 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-02-17 10:03:02 +0000 |
| commit | 96d7f8ef4663a90a8826c0b5ab56e9036dcb8506 (patch) | |
| tree | 70379db9c789bdee37bcb55df1faf55a4e2e6708 /sys/kern/kern_exit.c | |
| parent | 58a3c27384e79f4a71995252fd590f2a6aea4d1f (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exit.c')
| -rw-r--r-- | sys/kern/kern_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 545fa3a1610d..abf9025c7a09 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -237,9 +237,9 @@ exit1(td, rv) stopprofclock(p); p->p_flag &= ~(P_TRACED | P_PPWAIT); SIGEMPTYSET(p->p_siglist); - PROC_UNLOCK(p); if (timevalisset(&p->p_realtimer.it_value)) callout_stop(&p->p_itcallout); + PROC_UNLOCK(p); /* * Reset any sigio structures pointing to us as a result of |
