On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > From: Thomas Gleixner <[email protected]> > > idtentry is a completely unreadable maze. Split it into distinct idtentry > variants which only contain the minimal code: > > - idtentry for regular exceptions > - idtentry_mce_debug for #MCE and #DB > - idtentry_df for #DF > > The generated binary code is equivalent.
Acked-by: Andy Lutomirski <[email protected]>

