Date: Fri, 15 Jun 2007 19:33:58 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200706151933.l5FJXw8r086839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2007-06-15 19:33:58 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Fix an off by one error in sched_pri_range.
- In tdq_choose() only assert that a thread does not have too high a
priority (low value) for the queue we removed it from. This will catch
bugs in priority elevation. It's not a serious error for the thread
to have too low a priority as we don't change queues in this case as
an optimization.
Reported by: kris
Revision Changes Path
1.199 +3 -8 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706151933.l5FJXw8r086839>
