Module Name: src Committed By: pooka Date: Sat Sep 15 17:15:01 UTC 2012
Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: In the "interlock" case (where the scheduler lock is used as the condvar lock), we need to take the CPU interlock before releasing the CPU. Otherwise other threads can be scheduled before we get the interlock, leading to e.g. missed condvar wakeups. This affected only "locks_up.c" locking (nomen est omen?). Also, remove various __predicts since they don't have a positive performance impact in any setup. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/rump/librump/rumpkern/scheduler.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.