X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsched_autogroup.h;h=7b859ffe5dadd677cce89f833ee43a242ea3a992;hb=795abaf1e4e188c4171e3cd3dbb11a9fcacaf505;hp=5358e241cb20fdb12dd69f8308b9e0308ba08d96;hpb=a1703154200c390ab03c10224c586e815d3e31e8;p=pandora-kernel.git diff --git a/kernel/sched_autogroup.h b/kernel/sched_autogroup.h index 5358e241cb20..7b859ffe5dad 100644 --- a/kernel/sched_autogroup.h +++ b/kernel/sched_autogroup.h @@ -15,6 +15,10 @@ autogroup_task_group(struct task_struct *p, struct task_group *tg); static inline void autogroup_init(struct task_struct *init_task) { } static inline void autogroup_free(struct task_group *tg) { } +static inline bool task_group_is_autogroup(struct task_group *tg) +{ + return 0; +} static inline struct task_group * autogroup_task_group(struct task_struct *p, struct task_group *tg)