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 2ee96942a9d6..219748d00262 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
@@ -157,6 +157,7 @@ extern struct cred init_cred;
157 .nr_cpus_allowed = NR_CPUS, \ 157 .nr_cpus_allowed = NR_CPUS, \
158 }, \ 158 }, \
159 .tasks = LIST_HEAD_INIT(tsk.tasks), \ 159 .tasks = LIST_HEAD_INIT(tsk.tasks), \
160 .pushable_tasks = PLIST_NODE_INIT(tsk.pushable_tasks, MAX_PRIO), \
160 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \ 161 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
161 .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \ 162 .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \
162 .real_parent = &tsk, \ 163 .real_parent = &tsk, \