The priority mask used to compartmentalize the comparison to determine
commit3925aa719b8e59badfa78ef447303d4b966c7e21
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 1 Nov 2008 23:31:19 +0000 (1 23:31 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 1 Nov 2008 23:31:19 +0000 (1 23:31 +0000)
treec5075a04d200f61ad255f92da52fa2581bfb1a7d
parent649e25d5b042735cfb7a3d88d0fc8404fa7122d7
The priority mask used to compartmentalize the comparison to determine
whether a preemption is needed was covering the entire process priority
space instead of just one bucket.

Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
sys/kern/usched_bsd4.c