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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h
index abec69b63d7e..cae32eda3ac3 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
@@ -27,7 +27,7 @@ extern struct fs_struct init_fs;
27 .cputimer = { \ 27 .cputimer = { \
28 .cputime = INIT_CPUTIME, \ 28 .cputime = INIT_CPUTIME, \
29 .running = 0, \ 29 .running = 0, \
30 .lock = __SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \ 30 .lock = __RAW_SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \
31 }, \ 31 }, \
32} 32}
33 33
@@ -167,6 +167,7 @@ extern struct cred init_cred;
167 .fs_excl = ATOMIC_INIT(0), \ 167 .fs_excl = ATOMIC_INIT(0), \
168 .pi_lock = __RAW_SPIN_LOCK_UNLOCKED(tsk.pi_lock), \ 168 .pi_lock = __RAW_SPIN_LOCK_UNLOCKED(tsk.pi_lock), \
169 .timer_slack_ns = 50000, /* 50 usec default slack */ \ 169 .timer_slack_ns = 50000, /* 50 usec default slack */ \
170 .posix_timer_list = NULL, \
170 .pids = { \ 171 .pids = { \
171 [PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \ 172 [PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \
172 [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \ 173 [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \