commit | b2a02fc43a1f40ef4eb2fb2b06357382608d4d84 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Tue May 26 18:11:01 2020 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Thu May 28 10:54:15 2020 +0200 |
tree | beedd3ab17cd9da7d49948aff6e1d82fe535dc81 | |
parent | afaa653c564da38c0b34c4baba31e88c46a8764c [diff] |
smp: Optimize send_call_function_single_ipi() Just like the ttwu_queue_remote() IPI, make use of _TIF_POLLING_NRFLAG to avoid sending IPIs to idle CPUs. [ mingo: Fix UP build bug. ] Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200526161907.953304789@infradead.org