Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2007 16:39:27 +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 sched_ule.c
Message-ID:  <200709271639.l8RGdREd032105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2007-09-27 16:39:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the default
     value for kern.sched.preempt_thresh appropriately.  It can still by
     adjusted at runtime.  ULE will still use IPI_PREEMPT in certain
     migration situations.
   - Assert that we're not trying to compile ULE on an unsupported
     architecture.  To date, I believe only i386 and amd64 have implemented
     the third cpu switch argument required.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.210     +10 -2     src/sys/kern/sched_ule.c



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