K 10 svn:author V 6 julian K 8 svn:date V 27 2004-09-03T05:58:20.000000Z K 7 svn:log V 511 MFC: > Only test return_instead if P_SINGLE_EXIT is set, otherwise a fork() > syscall can interrupt other thread's syscall in sleepq_catch_signals(). > Current, all callers know thread_suspend_check may suspend thread > itself, so we need't to check return_instead for normal suspension > flags (no P_SINGLE_EXIT set). > > Tested by: deischen > Reported by: Maarten L. Hekkelman > > Revision Changes Path > 1.195 +1 -1 src/sys/kern/kern_thread.c Approved by: re (scottl) END