K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-12-14T01:59:31.000000Z K 7 svn:log V 336 In set_mcontext(), take into account that kse_switchin(2) will eventually be passed an async. context as well as a syscall context. While here, fix a serious bug in that if the trapframe is a syscall frame, but we're restoring an async context, we need to clear the FRAME_SYSCALL flag so that we leave the kernel via exception_restore. END