cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Sat Dec 13 18:06:30 PST 2003


jeff        2003/12/13 18:06:29 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Assign the ke_cpu field in kseq_notify() so that all of our callers do not
     have to do it.
   - Set the ke_runq to NULL in sched_add() before calling kseq_notify().
     Otherwise we may panic in sched_add() if INVARIANTS is on.
  
  Revision  Changes    Path
  1.90      +2 -4      src/sys/kern/sched_ule.c


More information about the cvs-src mailing list