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 2c9fa1ccebff..973b2b89f86d 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1116,7 +1116,7 @@ struct sched_class { | |||
1116 | struct task_struct *task); | 1116 | struct task_struct *task); |
1117 | 1117 | ||
1118 | #ifdef CONFIG_FAIR_GROUP_SCHED | 1118 | #ifdef CONFIG_FAIR_GROUP_SCHED |
1119 | void (*moved_group) (struct task_struct *p); | 1119 | void (*moved_group) (struct task_struct *p, int on_rq); |
1120 | #endif | 1120 | #endif |
1121 | }; | 1121 | }; |
1122 | 1122 | ||