Re: [patch V4 part 4 24/24] x86/entry: Convert double fault exception to IDTENTRY_DF

From: Andy Lutomirski
Date: Fri May 15 2020 - 01:43:05 EST


On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Convert #DF to IDTENTRY_DF
> - Implement the C entry point with DEFINE_IDTENTRY_DF
> - Emit the ASM stub with DECLARE_IDTENTRY_DF on 64bit
> - Remove the ASM idtentry in 64bit
> - Adjust the 32bit shim code
> - Fixup the XEN/PV code
> - Remove the old prototyoes
>
> No functional change.
>

Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>