cvs commit: src/sys/kern kern_switch.c

Jeff Roberson jeff at FreeBSD.org
Mon Oct 8 16:37:29 PDT 2007


jeff        2007-10-08 23:37:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_switch.c 
  Log:
   - Fix ULE in kernels without PREEMPTION compiled in by always enabling the
     critical_exit() owepreempt check.  ULE will always use owepreempt to
     preempt the idle thread.  This change does not effect 4BSD since it will
     never set owepreempt without PREEMPTION enabled.
   - Remove some unused code from choosethread().
  
  Discussed with: jhb
  Approved by:    re
  
  Revision  Changes    Path
  1.137     +1 -12     src/sys/kern/kern_switch.c


More information about the cvs-all mailing list