K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-06T23:28:19.000000Z K 7 svn:log V 346 In cpu_set_upcall_kse(), create the upcall according to the entry path into the kernel. Normally it's due to a syscall, but one can also be created as the result of a clock interrupt (for example). This now even more looks like exec_setregs(). While here, add an assert that we don't expect more than 8KB of dirty registers on the kernel stack. END