Re: [PATCH RT 21/25] smp: Use smp_cond_func_t as type for the conditional function

From: Tom Zanussi
Date: Mon Feb 24 2020 - 10:34:55 EST


On Mon, 2020-02-24 at 10:52 +0100, Sebastian Andrzej Siewior wrote:
> On 2020-02-21 15:24:49 [-0600], zanussi@xxxxxxxxxx wrote:
> > From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> >
> > v4.14.170-rt75-rc1 stable review patch.
> > If anyone has any objections, please let me know.
>
> This alone makes no sense. I had this in the devel tree as part of a
> three patch series to remove a limitation in on_each_cpu_cond_mask().
> This does not apply to the v4.14 series due to lack of the
> on_each_cpu_cond_mask() function.
>

Yeah, I did drop the on_each_cpu_cond_mask() versions, but the typedef
itself seemed like a nice innocuous cleanup. Will drop though as it's
really unnecessary.

Thanks,

Tom

> Sebastian