Re: [PATCH v2 1/4] arm/traps: remove debugger_trap_fatal() calls

2021-07-14 Thread Jan Beulich
On 14.07.2021 22:37, Bobby Eshleman wrote: > ARM doesn't actually use debugger_trap_* anything, and is stubbed out. > > Simply remove the calls. This also renders TRAP_invalid_op unused in > any common code, so remove that definition too. This part of the description is now stale; I guess if no o

[PATCH v2 1/4] arm/traps: remove debugger_trap_fatal() calls

2021-07-14 Thread Bobby Eshleman
ARM doesn't actually use debugger_trap_* anything, and is stubbed out. Simply remove the calls. This also renders TRAP_invalid_op unused in any common code, so remove that definition too. Signed-off-by: Bobby Eshleman --- xen/arch/arm/traps.c | 6 -- 1 file changed, 6 deletions(-) diff --g