K 10 svn:author V 3 mdf K 8 svn:date V 27 2011-05-13T05:27:58.391678Z K 7 svn:log V 322 Use a name instead of a magic number for kern_yield(9) when the priority should not change. Fetch the td_user_pri under the thread lock. This is probably not necessary but a magic number also seems preferable to knowing the implementation details here. Requested by: Jason Behmer < jason DOT behmer AT isilon DOT com > END