the bitrig smpns branch has been updated by haesbaert with 1 new commit: commit ecd5fd045e971d06898b1b66c24155aae9f83476 diff: https://github.com/bitrig/bitrig/commit/ecd5fd0 author: Christiano Haesbaert <[email protected]> date: Tue Dec 2 19:21:36 2014 +0100
Simplify ithread_sleep() and ithread_run(). setrunnable() is less efficient since it does unecessary computations for a kthread. Even so, lets use it as it diminishes the amount of replicated code. M sys/kern/kern_ithread.c M sys/kern/sched_bsd.c M sys/sys/proc.h
