aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-03-13 11:26:52 -0400
committerIngo Molnar <mingo@elte.hu>2012-03-13 11:26:52 -0400
commit47258cf3c4aa5d56e678bafe0dd0d03ddd980b88 (patch)
tree4856f0fb1185ba97f320a7ed6fb63bf136708a42 /include/linux/sched.h
parentc308b56b5398779cd3da0f62ab26b0453494c3d4 (diff)
parentfde7d9049e55ab85a390be7f415d74c9f62dd0f9 (diff)
Merge tag 'v3.3-rc7' into sched/core
Merge reason: merge back final fixes, prepare for the merge window. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c298fb9cf5ad..0cd002cc9e6a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1793,7 +1793,6 @@ extern void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t *
1793/* 1793/*
1794 * Per process flags 1794 * Per process flags
1795 */ 1795 */
1796#define PF_STARTING 0x00000002 /* being created */
1797#define PF_EXITING 0x00000004 /* getting shut down */ 1796#define PF_EXITING 0x00000004 /* getting shut down */
1798#define PF_EXITPIDONE 0x00000008 /* pi exit done on shut down */ 1797#define PF_EXITPIDONE 0x00000008 /* pi exit done on shut down */
1799#define PF_VCPU 0x00000010 /* I'm a virtual CPU */ 1798#define PF_VCPU 0x00000010 /* I'm a virtual CPU */
@@ -2395,7 +2394,7 @@ static inline int thread_group_empty(struct task_struct *p)
2395 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring 2394 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
2396 * subscriptions and synchronises with wait4(). Also used in procfs. Also 2395 * subscriptions and synchronises with wait4(). Also used in procfs. Also
2397 * pins the final release of task.io_context. Also protects ->cpuset and 2396 * pins the final release of task.io_context. Also protects ->cpuset and
2398 * ->cgroup.subsys[]. 2397 * ->cgroup.subsys[]. And ->vfork_done.
2399 * 2398 *
2400 * Nests both inside and outside of read_lock(&tasklist_lock). 2399 * Nests both inside and outside of read_lock(&tasklist_lock).
2401 * It must not be nested with write_lock_irq(&tasklist_lock), 2400 * It must not be nested with write_lock_irq(&tasklist_lock),