K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-03-20T03:07:57.000000Z K 7 svn:log V 305 - There is no sense in calling sched_newthread() at thread_init() and thread_fini(). The schedulers initialize themselves properly during sched_fork_thread() anyhow. fini is only called when we're returning the memory to the allocator which surely doesn't care what state the memory is in. END