]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
smp: Move irq_work_run() out of flush_smp_call_function_queue()
authorPeter Zijlstra <peterz@infradead.org>
Tue, 26 May 2020 16:11:00 +0000 (18:11 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 28 May 2020 08:54:15 +0000 (10:54 +0200)
commitafaa653c564da38c0b34c4baba31e88c46a8764c
treeb85811d7edf87ad2c844f4057cac655b5d82f94b
parent52103be07d8b08311955f8c30e535c2dda290cf4
smp: Move irq_work_run() out of flush_smp_call_function_queue()

This ensures flush_smp_call_function_queue() is strictly about
call_single_queue.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200526161907.895109676@infradead.org
kernel/smp.c