sched: Move sched_balance_self() into sched_fair.c
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 10 Sep 2009 11:36:25 +0000 (13:36 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 15 Sep 2009 14:01:04 +0000 (16:01 +0200)
commitaaee1203ca52b9db799433c33c9bffc33cdf8909
tree27da699a8034090f8be9e24d1b7cedb8f6cdf804
parentf5f08f39ee4c5fd0a757d25d9e04d696676b3df7
sched: Move sched_balance_self() into sched_fair.c

Move the sched_balance_self() code into sched_fair.c

This facilitates the merger of sched_balance_self() and
sched_fair::select_task_rq().

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_fair.c