|
@@ -170,6 +170,7 @@ extern struct group_info init_groups;
|
|
|
.cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \
|
|
|
.fs_excl = ATOMIC_INIT(0), \
|
|
|
.pi_lock = __SPIN_LOCK_UNLOCKED(tsk.pi_lock), \
|
|
|
+ .timer_slack_ns = 50000, /* 50 usec default slack */ \
|
|
|
.pids = { \
|
|
|
[PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \
|
|
|
[PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \
|