Re: [patch V4 part 4 16/24] x86/entry: Convert Debug exception to IDTENTRY_DB

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > Convert #DB to IDTENTRY_ERRORCODE: > - Implement the C entry point with DEFINE_IDTENTRY_DB > - Emit the ASM stub with DECLARE_IDTENTRY > - Remove the ASM idtentry in 64bit > - Remove the open coded ASM entry code in 32bit > -

[patch V4 part 4 16/24] x86/entry: Convert Debug exception to IDTENTRY_DB

2020-05-05 Thread Thomas Gleixner
Convert #DB to IDTENTRY_ERRORCODE: - Implement the C entry point with DEFINE_IDTENTRY_DB - Emit the ASM stub with DECLARE_IDTENTRY - Remove the ASM idtentry in 64bit - Remove the open coded ASM entry code in 32bit - Fixup the XEN/PV code - Remove the old prototyoes No functional