cvs commit: src/sys/kern kern_thread.c
David Xu
davidxu at FreeBSD.org
Fri Jun 20 02:12:14 PDT 2003
davidxu 2003/06/20 02:12:13 PDT
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
cpu_set_upcall_kse needs to access userspace, release schedule lock
before calling it for bound thread. To avoid this problem, change
thread_schedule_upcall to not put new thread on run queue, let caller
do it, so we can tweak the new thread before setting it to run.
Reported by: pho
Revision Changes Path
1.145 +10 -4 src/sys/kern/kern_thread.c
More information about the cvs-src
mailing list