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

Jeff Roberson jeff at FreeBSD.org
Mon Oct 8 16:45:24 PDT 2007


jeff        2007-10-08 23:45:24 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             p1003_1b.c sched_4bsd.c sched_ule.c 
  Log:
   - Restore historical sched_yield() behavior by changing sched_relinquish()
     to simply switch rather than lowering priority and switching.  This allows
     threads of equal priority to run but not lesser priority.
  
  Discussed with: davidxu
  Reported by:    NIIMI Satoshi <sa2c at sa2c.net>
  Approved by:    re
  
  Revision  Changes    Path
  1.36      +2 -1      src/sys/kern/p1003_1b.c
  1.106     +0 -2      src/sys/kern/sched_4bsd.c
  1.213     +0 -2      src/sys/kern/sched_ule.c


More information about the cvs-all mailing list