Re: [patch V2 3/9] softirq: Move various protections into inline helpers

From: Frederic Weisbecker
Date: Mon Dec 07 2020 - 08:38:37 EST


On Fri, Dec 04, 2020 at 06:01:54PM +0100, Thomas Gleixner wrote:
> To allow reuse of the bulk of softirq processing code for RT and to avoid
> #ifdeffery all over the place, split protections for various code sections
> out into inline helpers so the RT variant can just replace them in one go.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>