Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 22:24:10 -0700 (PDT)
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:  <200304180524.h3I5OAXW026517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/04/17 22:24:10 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Set the ke_cpu field in sched_add() for interrupt and realtime threads
     since they are going on the current cpu and not their previously assigned
     cpu.
   - sched_runnable() should only return true in the SMP case if the other
     processor has more than one thread that is runnable.  We can not steal
     curthread.
   - Change kseq_print() to accept the cpuid instead of a kseq pointer.  This
     makes use of this function in ddb much easier.
  
  Revision  Changes    Path
  1.29      +7 -5      src/sys/kern/sched_ule.c



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