Re: [PATCH v2 3/4] x86/debug: move debugger_trap_entry into debugger.c not inlined

2021-07-15 Thread Jan Beulich
On 14.07.2021 22:37, Bobby Eshleman wrote: > The function debugger_trap_entry() is somewhat large for an inlined > function. This commit moves debugger_trap_entry() into debugger.c and > makes it not inlined. > > Signed-off-by: Bobby Eshleman Acked-by: Jan Beulich

[PATCH v2 3/4] x86/debug: move debugger_trap_entry into debugger.c not inlined

2021-07-14 Thread Bobby Eshleman
The function debugger_trap_entry() is somewhat large for an inlined function. This commit moves debugger_trap_entry() into debugger.c and makes it not inlined. Signed-off-by: Bobby Eshleman --- Changes in v2: - Move obj-$(CONFIG_CRASH_DEBUG) += debugger.o to be in alphabetical order - Constif