diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-09-11 08:13:56 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-09-11 08:13:56 +0000 |
| commit | 71fad9fdeefd5d874768802125f98ea6450cfa5c (patch) | |
| tree | 10514ece7d621a24c034e4c778c793b9ea2d9675 /sys/kern/subr_smp.c | |
| parent | 527eee2d404ad5415be0b17e0403d29f3ea924c3 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_smp.c')
| -rw-r--r-- | sys/kern/subr_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index afd4c5d0c069..cfdd94ce0854 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -124,7 +124,7 @@ forward_signal(struct thread *td) * executing so that it executes ast(). */ mtx_assert(&sched_lock, MA_OWNED); - KASSERT(td->td_state == TDS_RUNNING, + KASSERT(TD_IS_RUNNING(td), ("forward_signal: thread is not TDS_RUNNING")); CTR1(KTR_SMP, "forward_signal(%p)", td->td_proc); |
