Module Name: src Committed By: pooka Date: Thu May 2 20:33:54 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser_pth.c src/sys/rump/librump/rumpkern: locks.c Log Message: Retry enabling spin mutexes. We should be able to avoid poking the scheduler by just making wakeup from cv_wait() honor the same locking order as when a spin mutex is acquired though mutex_enter(). *fingers crossed* To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/librumpuser/rumpuser_pth.c cvs rdiff -u -r1.60 -r1.61 src/sys/rump/librump/rumpkern/locks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.