|
@@ -1707,10 +1707,6 @@ static inline void set_task_cpu(struct task_struct *p, unsigned int cpu)
|
|
|
extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
|
|
|
extern long sched_getaffinity(pid_t pid, struct cpumask *mask);
|
|
|
|
|
|
-#ifdef CONFIG_CGROUP_SCHED
|
|
|
-extern struct task_group root_task_group;
|
|
|
-#endif /* CONFIG_CGROUP_SCHED */
|
|
|
-
|
|
|
extern int task_can_switch_user(struct user_struct *up,
|
|
|
struct task_struct *tsk);
|
|
|
|