Date: Wed, 21 May 2003 11:53:25 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_switch.c Message-ID: <200305211853.h4LIrPGC047301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305211853.h4LIrPGC047301>