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/i386/linux/linux_machdep.c | |
| parent | 527eee2d404ad5415be0b17e0403d29f3ea924c3 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_machdep.c')
| -rw-r--r-- | sys/i386/linux/linux_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index d435768cab81..56952cb8c133 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -362,6 +362,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(FIRST_THREAD_IN_PROC(p2)); setrunqueue(FIRST_THREAD_IN_PROC(p2)); mtx_unlock_spin(&sched_lock); PROC_UNLOCK(p2); |
