Re: [patch V6 22/37] x86/entry: Use idtentry for interrupts

From: Andy Lutomirski
Date: Tue May 19 2020 - 16:28:37 EST


On Fri, May 15, 2020 at 5:10 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
>
> Replace the extra interrupt handling code and reuse the existing idtentry
> machinery. This moves the irq stack switching on 64 bit from ASM to C code;
> 32bit already does the stack switching in C.

Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>