diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index fc4c0f9393d2..5c116f03d74c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1037,7 +1037,7 @@ struct sched_class { | |||
1037 | void (*put_prev_task) (struct rq *rq, struct task_struct *p); | 1037 | void (*put_prev_task) (struct rq *rq, struct task_struct *p); |
1038 | 1038 | ||
1039 | #ifdef CONFIG_SMP | 1039 | #ifdef CONFIG_SMP |
1040 | int (*select_task_rq)(struct task_struct *p, int flag, int sync); | 1040 | int (*select_task_rq)(struct task_struct *p, int sd_flag, int sync); |
1041 | 1041 | ||
1042 | unsigned long (*load_balance) (struct rq *this_rq, int this_cpu, | 1042 | unsigned long (*load_balance) (struct rq *this_rq, int this_cpu, |
1043 | struct rq *busiest, unsigned long max_load_move, | 1043 | struct rq *busiest, unsigned long max_load_move, |