K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-14T23:37:35.000000Z K 7 svn:log V 337 Fix some nits in fork_exit() so it more properly duplicates the backend of mi_switch: - Set the oncpu value for the current thread. - Always set switchticks, not just in the SMP case. - Add a KTR entry for fork_exit that is the same as the "new proc" entry in mi_switch(). - Release sched_lock a bit later like we do with mi_switch(). END