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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1aa1cfa63b37..93a55f2e5ef6 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -756,8 +756,6 @@ static inline int above_background_load(void)
756} 756}
757 757
758struct io_context; /* See blkdev.h */ 758struct io_context; /* See blkdev.h */
759struct cpuset;
760
761#define NGROUPS_SMALL 32 759#define NGROUPS_SMALL 32
762#define NGROUPS_PER_BLOCK ((int)(PAGE_SIZE / sizeof(gid_t))) 760#define NGROUPS_PER_BLOCK ((int)(PAGE_SIZE / sizeof(gid_t)))
763struct group_info { 761struct group_info {
@@ -1125,7 +1123,6 @@ struct task_struct {
1125 short il_next; 1123 short il_next;
1126#endif 1124#endif
1127#ifdef CONFIG_CPUSETS 1125#ifdef CONFIG_CPUSETS
1128 struct cpuset *cpuset;
1129 nodemask_t mems_allowed; 1126 nodemask_t mems_allowed;
1130 int cpuset_mems_generation; 1127 int cpuset_mems_generation;
1131 int cpuset_mem_spread_rotor; 1128 int cpuset_mem_spread_rotor;