Re: [patch V6 09/37] x86/entry: Split idtentry_enter/exit()

From: Andy Lutomirski
Date: Mon May 18 2020 - 19:50:16 EST


On Fri, May 15, 2020 at 5:10 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
>
> Split the implementation of idtentry_enter/exit() out into inline functions
> so that variants of idtentry_enter/exit() can be implemented without
> duplicating code.
>

After reading just this patch, I don't see how it helps anything.
Maybe it'll make more sense after I read more of the series.