]> git.ipfire.org Git - thirdparty/linux.git/commit
riscv: smp: Remove outdated comment about disabling preemption
authorVivian Wang <wangruikang@iscas.ac.cn>
Sun, 5 Apr 2026 00:42:39 +0000 (18:42 -0600)
committerPaul Walmsley <pjw@kernel.org>
Sun, 5 Apr 2026 00:42:39 +0000 (18:42 -0600)
commitfe0cf82fdeb318e8b2c78a4142385f42f467ff8c
treef21bd6fdb2f3ab83346db7a9619a8389af581196
parent7d7c2d1c48790799568d06d1d4b1ca9ac7c900fb
riscv: smp: Remove outdated comment about disabling preemption

Commit f1a0a376ca0c ("sched/core: Initialize the idle task with
preemption disabled") removed a call to preempt_disable(), but not the
associated comment. Remove the outdated comment.

Fixes: f1a0a376ca0c ("sched/core: Initialize the idle task with preemption disabled")
Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
Link: https://patch.msgid.link/20260204-riscv-smp-comment-update-2026-01-v1-1-8b77aa181530@iscas.ac.cn
Signed-off-by: Paul Walmsley <pjw@kernel.org>
arch/riscv/kernel/smpboot.c