diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index c551e6a1447e..8a1fcfe80fc7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -782,6 +782,7 @@ struct task_struct { | |||
782 | short il_next; | 782 | short il_next; |
783 | #endif | 783 | #endif |
784 | #ifdef CONFIG_CPUSETS | 784 | #ifdef CONFIG_CPUSETS |
785 | short cpuset_sem_nest_depth; | ||
785 | struct cpuset *cpuset; | 786 | struct cpuset *cpuset; |
786 | nodemask_t mems_allowed; | 787 | nodemask_t mems_allowed; |
787 | int cpuset_mems_generation; | 788 | int cpuset_mems_generation; |