Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2008 03:06:34 +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 sched_4bsd.c sched_ule.c
Message-ID:  <200803200306.m2K36YPM072439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2008-03-20 03:06:34 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_4bsd.c sched_ule.c 
  Log:
   - ULE and 4BSD share only one line of code from sched_newthread() so implement
     the required pieces in sched_fork_thread().  The td_sched pointer is already
     setup by thread_init anyway.
  
  Revision  Changes    Path
  1.122     +5 -1      src/sys/kern/sched_4bsd.c
  1.237     +5 -6      src/sys/kern/sched_ule.c



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