diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5c858f38e81a..2c9fa1ccebff 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1091,7 +1091,8 @@ struct sched_class { | |||
1091 | enum cpu_idle_type idle); | 1091 | enum cpu_idle_type idle); |
1092 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); | 1092 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); |
1093 | void (*post_schedule) (struct rq *this_rq); | 1093 | void (*post_schedule) (struct rq *this_rq); |
1094 | void (*task_wake_up) (struct rq *this_rq, struct task_struct *task); | 1094 | void (*task_waking) (struct rq *this_rq, struct task_struct *task); |
1095 | void (*task_woken) (struct rq *this_rq, struct task_struct *task); | ||
1095 | 1096 | ||
1096 | void (*set_cpus_allowed)(struct task_struct *p, | 1097 | void (*set_cpus_allowed)(struct task_struct *p, |
1097 | const struct cpumask *newmask); | 1098 | const struct cpumask *newmask); |