K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-12-26T17:07:29.000000Z K 7 svn:log V 239 Create a separate kthread that executes sched_cpu() once a second. Because sched_cpu() locks an sx lock (allproc_lock) which can sleep if it fails to acquire the lock, it is not safe to execute this in a callout handler from softclock(). END