jeff 2008-03-20 03:07:57 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
- 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.
Revision Changes Path
1.272 +0 -2 src/sys/kern/kern_thread.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"