Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/kern/subr_turnstile.c 112513 2003-03-23 11:26:11Z tjr $
---
> * $FreeBSD: head/sys/kern/subr_turnstile.c 113339 2003-04-10 17:35:44Z julian $
75c75,76
< ((td)->td_kse != NULL && (td)->td_kse->ke_oncpu != NOCPU)
---
> (td->td_state == TDS_RUNNING)
> /* ((td)->td_oncpu != NOCPU) */