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 <[EMAIL PROTECTED]>
  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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to