cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Sun Nov 2 02:56:49 PST 2003


jeff        2003/11/02 02:56:48 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Remove the ksq_loads[] array.  We are only interested in three counts,
     the total load, the timeshare load, and the number of threads that can
     be migrated to another cpu.  Account for these seperately.
   - Introduce a KSE_CAN_MIGRATE() macro which determines whether or not a KSE
     can be migrated to another CPU.  Currently, this only checks to see if
     we're an interrupt handler.  Eventually this will also be used to support
     CPU binding.
  
  Revision  Changes    Path
  1.75      +50 -33    src/sys/kern/sched_ule.c


More information about the cvs-src mailing list