cvs commit: src/sys/kern kern_thread.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 19 20:07:58 PDT 2008


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


More information about the cvs-src mailing list