mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
pids: Initialize leader_pid in init_task
This is cheap and no cost so we might as well. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
parent
ce397d215c
commit
2896b0f09f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue