diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 17249fae5014..24bce423f10d 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -866,11 +866,11 @@ struct sched_class { | |||
866 | struct task_struct * (*pick_next_task) (struct rq *rq, u64 now); | 866 | struct task_struct * (*pick_next_task) (struct rq *rq, u64 now); |
867 | void (*put_prev_task) (struct rq *rq, struct task_struct *p, u64 now); | 867 | void (*put_prev_task) (struct rq *rq, struct task_struct *p, u64 now); |
868 | 868 | ||
869 | int (*load_balance) (struct rq *this_rq, int this_cpu, | 869 | unsigned long (*load_balance) (struct rq *this_rq, int this_cpu, |
870 | struct rq *busiest, | 870 | struct rq *busiest, |
871 | unsigned long max_nr_move, unsigned long max_load_move, | 871 | unsigned long max_nr_move, unsigned long max_load_move, |
872 | struct sched_domain *sd, enum cpu_idle_type idle, | 872 | struct sched_domain *sd, enum cpu_idle_type idle, |
873 | int *all_pinned, unsigned long *total_load_moved); | 873 | int *all_pinned); |
874 | 874 | ||
875 | void (*set_curr_task) (struct rq *rq); | 875 | void (*set_curr_task) (struct rq *rq); |
876 | void (*task_tick) (struct rq *rq, struct task_struct *p); | 876 | void (*task_tick) (struct rq *rq, struct task_struct *p); |