Re: [patch V4 part 4 13/24] x86/entry: Convert NMI to IDTENTRY_NMI

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > Convert #NMI to IDTENTRY_NMI: > - Implement the C entry point with DEFINE_IDTENTRY_NMI > - Fixup the XEN/PV code > - Remove the old prototyoes > > No functional change. Acked-by: Andy Lutomirski

[patch V4 part 4 13/24] x86/entry: Convert NMI to IDTENTRY_NMI

2020-05-05 Thread Thomas Gleixner
Convert #NMI to IDTENTRY_NMI: - Implement the C entry point with DEFINE_IDTENTRY_NMI - Fixup the XEN/PV code - Remove the old prototyoes No functional change. Signed-off-by: Thomas Gleixner --- arch/x86/entry/entry_32.S |8 arch/x86/entry/entry_64.S | 15