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
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