A small set of SMP core code changes:

 - Rework the smp function call core code to avoid the allocation of an
   additional cpumask.

 - Remove the not longer required GFP argument from on_each_cpu_cond() and
   on_each_cpu_cond_mask() and fixup the callers.
smp: Remove allocation mask from on_each_cpu_cond.*()

The allocation mask is no longer used by on_each_cpu_cond() and
on_each_cpu_cond_mask() and can be removed.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20200117090137.1205765-4-bigeasy@linutronix.de

6 files changed