jeff        2008-03-10 01:32:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Add an implementation of sched_preempt() that avoids excessive IPIs.
   - Normalize the preemption/ipi setting code by introducing 
sched_shouldpreempt()
     so the logical is identical and not repeated between tdq_notify() and
     sched_setpreempt().
   - In tdq_notify() don't set NEEDRESCHED as we may not actually own the 
thread lock
     this could have caused us to lose td_flags settings.
   - Garbage collect some tunables that are no longer relevant.
  
  Revision  Changes    Path
  1.227     +72 -62    src/sys/kern/sched_ule.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to