K 10 svn:author V 6 marcel K 8 svn:date V 27 2008-04-26T19:22:41.000000Z K 7 svn:log V 514 Put the arguments of kse_switchin in local variables, rather than dereferencing uap throughout. On ia64 uap points into the trapframe and the call to set_mcontext() in this function will change the trapframe. Consequently, when we dereference uap afterwards we can best qualify the behaviour as undefined. By putting the arguments in local variables we also improve code-generation, because the compiler is not forced to reload after every function call. Caught by: Christian Kandeler END