From 71fad9fdeefd5d874768802125f98ea6450cfa5c Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 11 Sep 2002 08:13:56 +0000 Subject: Completely redo thread states. Reviewed by: davidxu@freebsd.org --- sys/alpha/linux/linux_machdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/alpha') diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c index 5f33c80e5fac..ecec7a18a7d3 100644 --- a/sys/alpha/linux/linux_machdep.c +++ b/sys/alpha/linux/linux_machdep.c @@ -180,6 +180,7 @@ linux_clone(struct thread *td, struct linux_clone_args *args) * Make this runnable after we are finished with it. */ mtx_lock_spin(&sched_lock); + TD_SET_CAN_RUN(td2); setrunqueue(FIRST_THREAD_IN_PROC(p2)); mtx_unlock_spin(&sched_lock); -- cgit v1.3