提交 2896b0f0 编写于 作者: E Eric W. Biederman

pids: Initialize leader_pid in init_task

This is cheap and no cost so we might as well.
Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
上级 ce397d21
......@@ -33,6 +33,7 @@ static struct signal_struct init_signals = {
},
#endif
INIT_CPU_TIMERS(init_signals)
.leader_pid = &init_struct_pid,
INIT_PREV_CPUTIME(init_signals)
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册