K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-12-07T20:47:33.000000Z K 7 svn:log V 418 Simplify the contexts created by the kernel and remove the related flags. We now create asynchronous contexts or syscall contexts only. Syscall contexts differ from the minimal ABI dictated contexts by having the scratch registers saved and restored because that's where we keep the syscall arguments and syscall return values. Since this change affects KSE, have it use kse_switchin(2) for the "new" syscall context. END