commit | 16bf5a5e1ec56474ed2a19d72f272ed09a5d3ea1 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Apr 13 15:31:03 2022 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 01 10:03:43 2022 +0200 |
tree | 2b52b7341636f399a5495ccef71c6561e1d5632f | |
parent | d664e399128bd78b905ff480917e2c2d4949e101 [diff] |
smp: Rename flush_smp_call_function_from_idle() This is invoked from the stopper thread too, which is definitely not idle. Rename it to flush_smp_call_function_queue() and fixup the callers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20220413133024.305001096@linutronix.de