Files
kernel_arpi/kernel
Steven Rostedt cb46984504 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 <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-01-25 21:08:22 +01:00
..
2008-01-07 14:55:37 -08:00
2007-11-14 18:45:37 -08:00
2008-01-25 21:08:07 +01:00
2008-01-21 19:39:41 -08:00
2007-12-20 15:01:17 +01:00
2007-11-14 18:45:43 -08:00
2008-01-25 21:07:59 +01:00
2008-01-22 09:17:48 -08:00
2007-12-30 17:24:35 +01:00
2007-12-17 19:28:17 -08:00
2008-01-21 19:39:41 -08:00