jeff        2007-01-04 12:10:58 UTC
  FreeBSD src repository
  Modified files:
    sys/sys              runq.h 
    sys/kern             kern_switch.c 
  Log:
   - Don't pass a pointer into runq_choose_from().  The caller can adjust the
     index if it chooses to.
  
  Revision  Changes    Path
  1.127     +2 -3      src/sys/kern/kern_switch.c
  1.9       +1 -1      src/sys/sys/runq.h