Fix a case where RTP_PRIO_FIFO was not being handled properly. The bug led
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jun 2006 18:44:32 +0000 (18:44 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jun 2006 18:44:32 +0000 (18:44 +0000)
commitf64250e043843fc0c2b53d9c363b7c630ead0569
tree7be346cf8a1f418662481e8bfa53b8863801444a
parent356438f3ad3b6ec2f191295614140cad9761a3bd
Fix a case where RTP_PRIO_FIFO was not being handled properly.  The bug led
to a scheduler assertion and panic and caused programs trying to use the
priority (KDE primarily) to panic the machine.

Reported-by: Thomas Schlesinger <schlesinger@netcologne.de>
sys/kern/usched_bsd4.c