aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4cae9b81a1f8..c37c5141037b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -977,6 +977,7 @@ struct sched_class {
977 struct rq *busiest, struct sched_domain *sd, 977 struct rq *busiest, struct sched_domain *sd,
978 enum cpu_idle_type idle); 978 enum cpu_idle_type idle);
979 void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); 979 void (*pre_schedule) (struct rq *this_rq, struct task_struct *task);
980 int (*needs_post_schedule) (struct rq *this_rq);
980 void (*post_schedule) (struct rq *this_rq); 981 void (*post_schedule) (struct rq *this_rq);
981 void (*task_wake_up) (struct rq *this_rq, struct task_struct *task); 982 void (*task_wake_up) (struct rq *this_rq, struct task_struct *task);
982 983
@@ -1143,6 +1144,7 @@ struct task_struct {
1143#endif 1144#endif
1144 1145
1145 struct list_head tasks; 1146 struct list_head tasks;
1147 struct plist_node pushable_tasks;
1146 1148
1147 struct mm_struct *mm, *active_mm; 1149 struct mm_struct *mm, *active_mm;
1148 1150