CVSROOT: /cvs Module name: src Changes by: haesba...@cvs.openbsd.org 2012/08/21 13:51:58
Modified files: sys/kern : kern_synch.c Log message: Stop "inlining" setrunnable() we already had two bugs because of it. This also makes sure we call cpu_unidle() on the correct cpu, since the inlining order was wrong and could call it on the old cpu. ok kettenis@