Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2007 23:37:28 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_switch.c
Message-ID:  <200710082337.l98NbS6V089915@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710082337.l98NbS6V089915>