CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/04/20 02:48:17
Modified files: sys/kern : kern_sched.c Log message: Make pegging a proc work when there are idle cpus that are looking for something to do. Walk the highest priority queue looking for a proc to steal and skip those that are pegged. We could consider walking the other queues in the future too, but this should do for now. kettenis@ guenther@ ok