K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2004-07-27T03:46:31.000000Z K 7 svn:log V 329 Move the schedlock owner state update following the context switch in fork_exit() to before anything else is done (but keep schedlock for the deadthread check). This means one less nasty bug if ever in the future whatever might have been called before the update played with schedlock or critical sections. Discussed with: tjr END