diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-10 22:58:49 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-10 22:58:49 -0500 |
commit | 0a6d4e1dc9154c4376358663d74060d1e33d203e (patch) | |
tree | 5e0b72984d249bc215a6cd52b12e7b1d27abc852 /include/linux/init_task.h | |
parent | c59765042f53a79a7a65585042ff463b69cb248c (diff) | |
parent | 1563513d34ed4b12ef32bc2adde4a53ce05701a1 (diff) |
Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks into sched/rt
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 2f3c2d4ef73b..9d85d9f03d18 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -142,6 +142,7 @@ extern struct cred init_cred; | |||
142 | .nr_cpus_allowed = NR_CPUS, \ | 142 | .nr_cpus_allowed = NR_CPUS, \ |
143 | }, \ | 143 | }, \ |
144 | .tasks = LIST_HEAD_INIT(tsk.tasks), \ | 144 | .tasks = LIST_HEAD_INIT(tsk.tasks), \ |
145 | .pushable_tasks = PLIST_NODE_INIT(tsk.pushable_tasks, MAX_PRIO), \ | ||
145 | .ptraced = LIST_HEAD_INIT(tsk.ptraced), \ | 146 | .ptraced = LIST_HEAD_INIT(tsk.ptraced), \ |
146 | .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \ | 147 | .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \ |
147 | .real_parent = &tsk, \ | 148 | .real_parent = &tsk, \ |