Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2008 03:07:57 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_thread.c
Message-ID:  <200803200307.m2K37vlV073674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803200307.m2K37vlV073674>