diff options
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); |