diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-10 08:51:37 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-10 08:51:37 +0300 |
| commit | b96ddbc5c88791260ab202e835425dfddbdd60d9 (patch) | |
| tree | b74b6b9a2a36f44e2567e1f3c67c21ae3b53c874 /kernel/cpu.c | |
| parent | Merge tag 'irq_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
| parent | cpu: Remove obsolete comment from takedown_cpu() (diff) | |
| download | linux-b96ddbc5c88791260ab202e835425dfddbdd60d9.tar.gz linux-b96ddbc5c88791260ab202e835425dfddbdd60d9.zip | |
Merge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull smp fixes from Borislav Petkov:
- Remove an obsolete comment and fix spelling
* tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
cpu: Remove obsolete comment from takedown_cpu()
smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
Diffstat (limited to 'kernel/cpu.c')
| -rw-r--r-- | kernel/cpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index faf0f23fc5d8..db9f6c539b28 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -1309,9 +1309,6 @@ static int takedown_cpu(unsigned int cpu) */ irq_lock_sparse(); - /* - * So now all preempt/rcu users must observe !cpu_active(). - */ err = stop_machine_cpuslocked(take_cpu_down, NULL, cpumask_of(cpu)); if (err) { /* CPU refused to die */ |
