From: Steven Rostedt Date: Fri, 25 Jan 2008 20:08:22 +0000 (+0100) Subject: sched: RT-balance, replace hooks with pre/post schedule and wakeup methods X-Git-Tag: v2.6.25-rc1~1237^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a897c5a6701bcb6f099f7ca20194999102729fd;p=pandora-kernel.git sched: RT-balance, replace hooks with pre/post schedule and wakeup methods To make the main sched.c code more agnostic to the schedule classes. Instead of having specific hooks in the schedule code for the RT class balancing. They are replaced with a pre_schedule, post_schedule and task_wake_up methods. These methods may be used by any of the classes but currently, only the sched_rt class implements them. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed