K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-06-20T09:12:12.000000Z K 7 svn:log V 286 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 END