]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/smp: Use the SMP version of sched_exec()
authorIngo Molnar <mingo@kernel.org>
Wed, 28 May 2025 08:09:07 +0000 (10:09 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 13 Jun 2025 06:47:20 +0000 (08:47 +0200)
commit1f25730e5a780b33f78e3ea23e64d3f75e0b2042
tree8becfff8d8813fe43aa37ce44624fedd8f25376f
parent588467616c88b12657f6ebe7306d830c272fe054
sched/smp: Use the SMP version of sched_exec()

Simplify the scheduler making CONFIG_SMP=y sched_exec()
code unconditional.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Shrikanth Hegde <sshegde@linux.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Valentin Schneider <vschneid@redhat.com>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20250528080924.2273858-27-mingo@kernel.org
include/linux/sched/task.h
kernel/sched/core.c