aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ea2857b99596..d25acf600a32 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -903,8 +903,8 @@ struct sched_class {
903 void (*set_cpus_allowed)(struct task_struct *p, 903 void (*set_cpus_allowed)(struct task_struct *p,
904 const cpumask_t *newmask); 904 const cpumask_t *newmask);
905 905
906 void (*join_domain)(struct rq *rq); 906 void (*rq_online)(struct rq *rq);
907 void (*leave_domain)(struct rq *rq); 907 void (*rq_offline)(struct rq *rq);
908 908
909 void (*switched_from) (struct rq *this_rq, struct task_struct *task, 909 void (*switched_from) (struct rq *this_rq, struct task_struct *task,
910 int running); 910 int running);