K 10 svn:author V 7 dchagin K 8 svn:date V 27 2013-02-23T08:59:07.085551Z K 7 svn:log V 454 In preparation for switching linuxulator to the use the native 1:1 threads refactor kern_sched_rr_get_interval() and sys_sched_rr_get_interval(). kern_sched_rr_get_interval() now takes a targettd parameter to allow specify target thread directly by callee (new Linuxulator). Linuxulator temporarily uses first thread in proc. Move linux_sched_rr_get_interval() to the MI part. While here rename e to a better name - error. END