smp: reword smp call IPI comment
authorValentin Schneider <vschneid@redhat.com>
Tue, 7 Mar 2023 14:35:57 +0000 (14:35 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 24 Mar 2023 10:01:28 +0000 (11:01 +0100)
commit253a0fb4c62827cdcaf43afcea5d675507eaf7a3
treefb135bbf9c7816f7a79e7f1c04b8df8c1b00bbef
parent4c8c3c7f70a6779d30f5492acbc9978f4636fe7a
smp: reword smp call IPI comment

Accessing the call_single_queue hasn't involved a spinlock since 2014:

  6897fc22ea01 ("kernel: use lockless list for smp_call_function_single")

The llist operations (namely cmpxchg() and xchg()) provide similar ordering
guarantees, update the comment to lessen confusion.

Signed-off-by: Valentin Schneider <vschneid@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230307143558.294354-7-vschneid@redhat.com
kernel/smp.c