aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@kernel.org> 2023-10-07 11:32:24 +0200
committerGravatar Ingo Molnar <mingo@kernel.org> 2023-10-07 11:32:24 +0200
commit8db30574db25fa20cdcfa03e374edc3f8b8dc301 (patch)
tree0b54686593694b68fb0537197eaa4bec7a44985d /kernel/sched/core.c
parentsched/headers: Remove duplicate header inclusions (diff)
parentcpufreq: schedutil: Update next_freq when cpufreq_limits change (diff)
downloadlinux-8db30574db25fa20cdcfa03e374edc3f8b8dc301.tar.gz
linux-8db30574db25fa20cdcfa03e374edc3f8b8dc301.tar.bz2
linux-8db30574db25fa20cdcfa03e374edc3f8b8dc301.zip
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/core.c')
-rw-r--r--kernel/sched/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 27aff98645e8..65e10ac34660 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -9185,7 +9185,7 @@ void __init init_idle(struct task_struct *idle, int cpu)
* PF_KTHREAD should already be set at this point; regardless, make it
* look like a proper per-CPU kthread.
*/
- idle->flags |= PF_IDLE | PF_KTHREAD | PF_NO_SETAFFINITY;
+ idle->flags |= PF_KTHREAD | PF_NO_SETAFFINITY;
kthread_set_per_cpu(idle, cpu);
#ifdef CONFIG_SMP