K 10 svn:author V 4 jeff K 8 svn:date V 27 2004-12-26T07:30:35.000000Z K 7 svn:log V 463 - Run sched_userret() after thread_userret(). Before, sched_userret() would lower the priority of the returning thread to a user priority before calling into thread_userret() which would call wakeup() which in turn would cause the returning thread to eventually context switch rather than completing its slice. Allowing this thread to complete its slice first yields a 15% performance improvement in super-smack on my dual opteron with 4BSD. END