Re: [patch V4 part 4 10/24] x86/entry: Convert Machine Check to IDTENTRY_IST

From: Andy Lutomirski
Date: Fri May 15 2020 - 01:24:29 EST


On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Convert #MC to IDTENTRY_MCE:
> - Implement the C entry points with DEFINE_IDTENTRY_MCE
> - Emit the ASM stub with DECLARE_IDTENTRY_MCE
> - Remove the ASM idtentry in 64bit
> - Remove the open coded ASM entry code in 32bit
> - Fixup the XEN/PV code
> - Remove the old prototyoes
> - Remove the error code from *machine_check_vector() as
> it is always 0 and not used by any of the functions
> it can point to. Fixup all the functions as well.
>
> No functional change.


Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>