diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-12-17 11:12:46 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-01-21 07:40:09 -0500 |
commit | 3d45fd804a95055ecab5b3eed81f5ab2dbb047a2 (patch) | |
tree | 3ac7d2dbe75c4e406864b7d8c895f9318f308575 /include/linux/sched.h | |
parent | 1e3c88bdeb1260edc341e45c9fb8efd182a5c511 (diff) |
sched: Remove the sched_class load_balance methods
Take out the sched_class methods for load-balancing.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f2f842db03ce..50d685cde70e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1087,14 +1087,6 @@ struct sched_class { | |||
1087 | #ifdef CONFIG_SMP | 1087 | #ifdef CONFIG_SMP |
1088 | int (*select_task_rq)(struct task_struct *p, int sd_flag, int flags); | 1088 | int (*select_task_rq)(struct task_struct *p, int sd_flag, int flags); |
1089 | 1089 | ||
1090 | unsigned long (*load_balance) (struct rq *this_rq, int this_cpu, | ||
1091 | struct rq *busiest, unsigned long max_load_move, | ||
1092 | struct sched_domain *sd, enum cpu_idle_type idle, | ||
1093 | int *all_pinned, int *this_best_prio); | ||
1094 | |||
1095 | int (*move_one_task) (struct rq *this_rq, int this_cpu, | ||
1096 | struct rq *busiest, struct sched_domain *sd, | ||
1097 | enum cpu_idle_type idle); | ||
1098 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); | 1090 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); |
1099 | void (*post_schedule) (struct rq *this_rq); | 1091 | void (*post_schedule) (struct rq *this_rq); |
1100 | void (*task_waking) (struct rq *this_rq, struct task_struct *task); | 1092 | void (*task_waking) (struct rq *this_rq, struct task_struct *task); |