aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r--include/linux/init_task.h1
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, \