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

From: Andy Lutomirski
Date: Fri May 15 2020 - 01:27:51 EST


On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> 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
> - Fixup the XEN/PV code
> - Remove the old prototyoes
>
> No functional change.


Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>