From: Steven Rostedt Date: Fri, 25 Jan 2008 20:08:22 +0000 (+0100) Subject: sched: RT-balance, add new methods to sched_class X-Git-Tag: v2.6.25-rc1~1237^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb46984504048db946cd551c261df4e70d59a8ea;p=pandora-kernel.git sched: RT-balance, add new methods to sched_class Dmitry Adamushko found that the current implementation of the RT balancing code left out changes to the sched_setscheduler and rt_mutex_setprio. This patch addresses this issue by adding methods to the schedule classes to handle being switched out of (switched_from) and being switched into (switched_to) a sched_class. Also a method for changing of priorities is also added (prio_changed). This patch also removes some duplicate logic between rt_mutex_setprio and sched_setscheduler. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed