cvs commit: src/sys/kern kern_switch.c

Julian Elischer julian at FreeBSD.org
Wed May 21 11:53:26 PDT 2003


julian      2003/05/21 11:53:25 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_switch.c 
  Log:
  When we are spilling threads out of the run queue during panic, make sure we
  keep the thread state variable consistent with its real state.
  i.e. Don't say it's on the run queue when it isn't.
  
  Also clarify the associated comment.
  
  Turns a double panic back to a single panic :-/
  
  Approved by:    re@ (jhb)
  
  Revision  Changes    Path
  1.58      +6 -3      src/sys/kern/kern_switch.c


More information about the cvs-src mailing list