cvs commit: src/sys/kern sched_ule.c

Bosko Milekic bmilekic at FreeBSD.org
Fri Jul 2 18:19:47 PDT 2004


bmilekic    2004-07-03 01:19:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
  Fix SCHED_ULE build on SMP.  The previous revision (1.110)
  introduced a KSE_CAN_MIGRATE() invocation with one argument
  missing (class).  Either this is a genuine forget or it crept
  in from JHB's repo where he may have modified it.  If it's
  the latter then it may require more attention.  For now fix
  the make depend.
  
  Revision  Changes    Path
  1.111     +1 -1      src/sys/kern/sched_ule.c


More information about the cvs-src mailing list