Re: [PATCH v4 6/6] x86: change asm/debugger.h to xen/debugger.h

2021-09-28 Thread Andrew Cooper
On 28/09/2021 21:30, Bobby Eshleman wrote: > This commit allows non-x86 architecture to omit the file asm/debugger.h > if they do not require it. It changes debugger.h to be a general > xen/debugger.h which, if CONFIG_CRASH_DEBUG, resolves to include > asm/debugger.h. > > It also changes all asm/d

[PATCH v4 6/6] x86: change asm/debugger.h to xen/debugger.h

2021-09-28 Thread Bobby Eshleman
This commit allows non-x86 architecture to omit the file asm/debugger.h if they do not require it. It changes debugger.h to be a general xen/debugger.h which, if CONFIG_CRASH_DEBUG, resolves to include asm/debugger.h. It also changes all asm/debugger.h includes to xen/debugger.h. Because it is n