Re: [patch V4 part 4 12/24] x86/idtentry: Provide IDTENTRY_XEN for XEN/PV

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > XEN/PV has special wrappers for NMI and DB exceptions. They redirect these > exceptions through regular IDTENTRY points. Provide the necessary IDTENTRY > macros to make this work Acked-by: Andy Lutomirski

[patch V4 part 4 12/24] x86/idtentry: Provide IDTENTRY_XEN for XEN/PV

2020-05-05 Thread Thomas Gleixner
XEN/PV has special wrappers for NMI and DB exceptions. They redirect these exceptions through regular IDTENTRY points. Provide the necessary IDTENTRY macros to make this work Signed-off-by: Thomas Gleixner --- arch/x86/include/asm/idtentry.h | 16 1 file changed, 16