cvs commit: src/sys/kern sched_4bsd.c sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 19 20:06:34 PDT 2008


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


More information about the cvs-all mailing list