mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
Merge back earlier cpuidle material for v4.10.
This commit is contained in:
commit
4e28ec3d5f
13 changed files with 143 additions and 81 deletions
|
@ -1540,7 +1540,7 @@ static __latent_entropy struct task_struct *copy_process(
|
|||
goto bad_fork_cleanup_count;
|
||||
|
||||
delayacct_tsk_init(p); /* Must remain after dup_task_struct() */
|
||||
p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER);
|
||||
p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE);
|
||||
p->flags |= PF_FORKNOEXEC;
|
||||
INIT_LIST_HEAD(&p->children);
|
||||
INIT_LIST_HEAD(&p->sibling);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue