cvs commit: src/sys/kern kern_switch.c
Scott Long
scottl at FreeBSD.org
Thu Aug 19 22:18:50 PDT 2004
scottl 2004-08-20 05:18:50 UTC
FreeBSD src repository
Modified files:
sys/kern kern_switch.c
Log:
In maybe_preempt(), ignore threads that are in an inconsistent state. This
is an effective band-aid for at least some of the scheduler corruption seen
recently. The real fix will involve protecting threads while they are
inconsistent, and will come later.
Submitted by: julian
Revision Changes Path
1.79 +4 -0 src/sys/kern/kern_switch.c
More information about the cvs-src
mailing list