x86/debugger: Misc cleanup prior to splitting
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 20 Apr 2022 13:40:45 +0000 (14:40 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Apr 2022 19:39:34 +0000 (20:39 +0100)
commit8bbc990772f35050b9efaebc0efaaead1ea0aab1
treef272e7797d83a83ee4f9c9dfe50eba072c837a44
parent30122012db246c3e05f7a3668e03f76141affd4c
x86/debugger: Misc cleanup prior to splitting

 * Remove inappropriate semicolon from debugger_trap_immediate().
 * Try to explain what debugger_trap_fatal() is doing, and write it in a more
   legible way.
 * Drop unnecessary includes.  This includes common/domain.c which doesn't use
   any debugger functionality, even prior to this cleanup.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/include/asm/debugger.h
xen/common/domain.c