Commit 2896b0f0 authored by Eric W. Biederman's avatar Eric W. Biederman

pids: Initialize leader_pid in init_task

This is cheap and no cost so we might as well.
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment